Class DropNotNullConstraint
java.lang.Object
io.trino.sql.tree.Node
io.trino.sql.tree.Statement
io.trino.sql.tree.DropNotNullConstraint
-
Constructor Summary
ConstructorsConstructorDescriptionDropNotNullConstraint(NodeLocation location, QualifiedName table, Identifier column, boolean tableExists) -
Method Summary
Modifier and TypeMethodDescription<R,C> R accept(AstVisitor<R, C> visitor, C context) Accessible forAstVisitor, useAstVisitor.process(Node, Object)instead.booleangetTable()inthashCode()booleantoString()Methods inherited from class io.trino.sql.tree.Node
getLocation, shallowEquals
-
Constructor Details
-
DropNotNullConstraint
public DropNotNullConstraint(NodeLocation location, QualifiedName table, Identifier column, boolean tableExists)
-
-
Method Details
-
getTable
-
getColumn
-
isTableExists
public boolean isTableExists() -
accept
Description copied from class:NodeAccessible forAstVisitor, useAstVisitor.process(Node, Object)instead. -
getChildren
- Specified by:
getChildrenin classNode
-
equals
-
hashCode
-
toString
-