Class WhereClause


  • public class WhereClause
    extends Object
    The WhereClause SQL definition
    • Constructor Detail

      • WhereClause

        public WhereClause()
    • Method Detail

      • isEmpty

        public boolean isEmpty()
        Returns:
        true if this where clause does not contain any predicates
      • getPredicateParser

        public PredicateParser getPredicateParser()
        Getter for the predicateParser owned by this WhereClause
        Returns:
      • toDebugString

        public String toDebugString()
        Render a string which can be used for debugging select statement strings
        Returns:
      • visit

        public <T> T visit​(ExpNodeVisitor<T> visitor)
        Visit the nodes of the predicate currently described by the predicateParser
        Type Parameters:
        T -
        Parameters:
        visitor -
        Returns: