Class PostfixUnaryOperator

    • Constructor Detail

      • PostfixUnaryOperator

        public PostfixUnaryOperator​(String operator,
                                    @NonNull
                                    @NonNull SQLElement arg1,
                                    boolean requiresParenthesis)
        Instantiates a new SQLPostfixUnaryOperator.
        Parameters:
        operator - the operator
        arg1 - the argument
        requiresParenthesis - are parenthesis required