Class SQLOperator

    • Field Detail

      • operator

        protected final String operator
    • Constructor Detail

      • SQLOperator

        protected SQLOperator()
      • SQLOperator

        protected SQLOperator​(String operator)
    • Method Detail

      • getOperator

        public final String getOperator()
        Gets the string form of the operator (not the full expression)
        Returns:
        the operator
      • isRequiresParenthesis

        public boolean isRequiresParenthesis()
        Does this operator require parenthesis for its arguments.
        Returns:
        true if arguments must be placed in parenthesis