public abstract class AbstractDropTableAnalyzedStatement<T extends TableInfo> extends java.lang.Object implements DDLStatement
Modifier and Type | Method and Description |
---|---|
abstract <C,R> R |
accept(AnalyzedStatementVisitor<C,R> analyzedStatementVisitor,
C context) |
boolean |
dropIfExists() |
java.lang.String |
index() |
boolean |
noop() |
T |
table() |
RelationName |
tableIdent() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isWriteOperation
isUnboundPlanningSupported, visitSymbols
public java.lang.String index()
public T table()
public RelationName tableIdent()
public boolean noop()
public boolean dropIfExists()
public abstract <C,R> R accept(AnalyzedStatementVisitor<C,R> analyzedStatementVisitor, C context)
accept
in interface AnalyzedStatement
accept
in interface DDLStatement