public class AlterTableRenameAnalyzedStatement extends java.lang.Object implements DDLStatement
Modifier and Type | Method and Description |
---|---|
<C,R> R |
accept(AnalyzedStatementVisitor<C,R> analyzedStatementVisitor,
C context) |
boolean |
isWriteOperation()
Defines whether an operation changes the cluster in any way (write).
|
DocTableInfo |
sourceTableInfo() |
RelationName |
targetTableIdent() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isUnboundPlanningSupported, visitSymbols
public DocTableInfo sourceTableInfo()
public RelationName targetTableIdent()
public <C,R> R accept(AnalyzedStatementVisitor<C,R> analyzedStatementVisitor, C context)
accept
in interface AnalyzedStatement
accept
in interface DDLStatement
public boolean isWriteOperation()
AnalyzedStatement
NOTE: Read only statements with possible writing child statements (like e.g. select using update subquery) must take care about child's write behaviour while returning here.
isWriteOperation
in interface AnalyzedStatement
isWriteOperation
in interface DDLStatement