public class DropTableAnalyzedStatement extends AbstractDropTableAnalyzedStatement<DocTableInfo>
tableParameter
Constructor and Description |
---|
DropTableAnalyzedStatement(DocTableInfo tableInfo,
boolean isNoop,
boolean dropIfExists) |
Modifier and Type | Method and Description |
---|---|
<C,R> R |
accept(AnalyzedStatementVisitor<C,R> analyzedStatementVisitor,
C context) |
dropIfExists, index, noop, table, tableIdent
isWriteOperation, tableParameter
public DropTableAnalyzedStatement(DocTableInfo tableInfo, boolean isNoop, boolean dropIfExists)
public <C,R> R accept(AnalyzedStatementVisitor<C,R> analyzedStatementVisitor, C context)
accept
in interface AnalyzedStatement
accept
in class AbstractDropTableAnalyzedStatement<DocTableInfo>