Class SqlPredicateNot


  • public class SqlPredicateNot
    extends SqlPredicate
    Not predicate.
    • Constructor Detail

      • SqlPredicateNot

        public SqlPredicateNot​(SqlNode expression)
        Instantiates a new Sql predicate not.
        Parameters:
        expression - the expression
    • Method Detail

      • getExpression

        public SqlNode getExpression()
        Gets expression.
        Returns:
        the expression
      • 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)