public class RenameColumn extends Statement
| Constructor and Description |
|---|
RenameColumn(NodeLocation location,
QualifiedName table,
Identifier source,
Identifier target,
boolean tableExists,
boolean columnExists) |
RenameColumn(QualifiedName table,
Identifier source,
Identifier target,
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 |
getSource() |
QualifiedName |
getTable() |
Identifier |
getTarget() |
int |
hashCode() |
boolean |
isColumnExists() |
boolean |
isTableExists() |
String |
toString() |
getLocationpublic RenameColumn(QualifiedName table, Identifier source, Identifier target, boolean tableExists, boolean columnExists)
public RenameColumn(NodeLocation location, QualifiedName table, Identifier source, Identifier target, boolean tableExists, boolean columnExists)
public QualifiedName getTable()
public Identifier getSource()
public Identifier getTarget()
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.