public class DropColumn extends Statement
| Constructor and Description |
|---|
DropColumn(NodeLocation location,
QualifiedName table,
Identifier column,
boolean tableExists,
boolean columnExists) |
DropColumn(QualifiedName table,
Identifier column,
boolean tableExists,
boolean columnExists) |
| Modifier and Type | Method and Description |
|---|---|
<R,C> R |
accept(AstVisitor<R,C> visitor,
C context)
Accessible for
AstVisitor, use AstVisitor.process(Node, Object) instead. |
boolean |
equals(Object o) |
List<Node> |
getChildren() |
Identifier |
getColumn() |
QualifiedName |
getTable() |
int |
hashCode() |
boolean |
isColumnExists() |
boolean |
isTableExists() |
String |
toString() |
getLocationpublic DropColumn(QualifiedName table, Identifier column, boolean tableExists, boolean columnExists)
public DropColumn(NodeLocation location, QualifiedName table, Identifier column, boolean tableExists, boolean columnExists)
public QualifiedName getTable()
public Identifier getColumn()
public boolean isTableExists()
public boolean isColumnExists()
public <R,C> R accept(AstVisitor<R,C> visitor, C context)
NodeAstVisitor, use AstVisitor.process(Node, Object) instead.public List<Node> getChildren()
getChildren in class NodeCopyright © 2012–2023. All rights reserved.