public class SqlDropTable
extends SqlCall
SqlCall
which represents a drop table statement.Modifier and Type | Field and Description |
---|---|
static SqlSpecialOperator |
OPERATOR |
Constructor and Description |
---|
SqlDropTable(SqlParserPos pos,
SqlIdentifier tableName) |
Modifier and Type | Method and Description |
---|---|
java.util.List<SqlNode> |
getOperandList() |
SqlOperator |
getOperator() |
java.lang.String |
tableName() |
void |
unparse(SqlWriter writer,
int leftPrec,
int rightPrec) |