public class DropRepositoryAnalyzedStatement extends java.lang.Object implements DDLStatement
Constructor and Description |
---|
DropRepositoryAnalyzedStatement(java.lang.String repository) |
Modifier and Type | Method and Description |
---|---|
<C,R> R |
accept(AnalyzedStatementVisitor<C,R> analyzedStatementVisitor,
C context) |
java.lang.String |
repositoryName() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isWriteOperation
isUnboundPlanningSupported, visitSymbols
public DropRepositoryAnalyzedStatement(java.lang.String repository)
public java.lang.String repositoryName()
public <C,R> R accept(AnalyzedStatementVisitor<C,R> analyzedStatementVisitor, C context)
accept
in interface AnalyzedStatement
accept
in interface DDLStatement