public class DropTable extends Statement
Constructor and Description |
---|
DropTable(Table table,
boolean dropIfExists) |
Modifier and Type | Method and Description |
---|---|
<R,C> R |
accept(AstVisitor<R,C> visitor,
C context) |
boolean |
dropIfExists() |
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
Table |
table() |
java.lang.String |
toString() |
public DropTable(Table table, boolean dropIfExists)
public boolean dropIfExists()
public Table table()
public <R,C> R accept(AstVisitor<R,C> visitor, C context)