Class SqlPredicateAnd


  • public class SqlPredicateAnd
    extends SqlPredicate
    AND predicate.
    • Constructor Detail

      • SqlPredicateAnd

        public SqlPredicateAnd​(List<SqlNode> andedPredicates)
        Instantiates a new Sql predicate and.
        Parameters:
        andedPredicates - the anded predicates
    • Method Detail

      • getAndedPredicates

        public List<SqlNode> getAndedPredicates()
        Gets anded predicates.
        Returns:
        the anded predicates
      • getChildren

        public List<SqlNode> getChildren()
        Description copied from class: SqlNode
        Get list of node's children (possibly, empty).
        Overrides:
        getChildren in class SqlNode
        Returns:
        list of children nodes (which could be null)