public class RenameColumn extends Statement
Constructor and Description |
---|
RenameColumn(NodeLocation location,
QualifiedName table,
Identifier source,
Identifier target) |
RenameColumn(QualifiedName table,
Identifier source,
Identifier target) |
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() |
String |
toString() |
getLocation
public RenameColumn(QualifiedName table, Identifier source, Identifier target)
public RenameColumn(NodeLocation location, QualifiedName table, Identifier source, Identifier target)
public QualifiedName getTable()
public Identifier getSource()
public Identifier getTarget()
public <R,C> R accept(AstVisitor<R,C> visitor, C context)
Node
AstVisitor
, use AstVisitor.process(Node, Object)
instead.public List<Node> getChildren()
getChildren
in class Node
Copyright © 2012–2020. All rights reserved.