Class SQLExprImpl

    • Field Detail

      • parenthesized

        protected boolean parenthesized
      • parenthesizedCount

        protected int parenthesizedCount
    • Constructor Detail

      • SQLExprImpl

        public SQLExprImpl()
    • Method Detail

      • isParenthesized

        public boolean isParenthesized()
      • setParenthesized

        public void setParenthesized​(boolean parenthesized)
      • getParenthesizedCount

        public int getParenthesizedCount()
      • setParenthesizedCount

        public void setParenthesizedCount​(int parenthesizedCount)
      • increaseParenthesizedCount

        public void increaseParenthesizedCount()
      • equals

        public abstract boolean equals​(Object o)
        Overrides:
        equals in class Object
      • hashCode

        public abstract int hashCode()
        Overrides:
        hashCode in class Object