public final class RenameTable extends Statement
| Constructor and Description |
|---|
RenameTable(NodeLocation location,
QualifiedName source,
QualifiedName target,
boolean exists) |
RenameTable(QualifiedName source,
QualifiedName target,
boolean exists) |
| 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 obj) |
List<Node> |
getChildren() |
QualifiedName |
getSource() |
QualifiedName |
getTarget() |
int |
hashCode() |
boolean |
isExists() |
String |
toString() |
getLocationpublic RenameTable(QualifiedName source, QualifiedName target, boolean exists)
public RenameTable(NodeLocation location, QualifiedName source, QualifiedName target, boolean exists)
public QualifiedName getSource()
public QualifiedName getTarget()
public boolean isExists()
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.