public class SqlDropTable
extends org.apache.beam.vendor.calcite.v1_20_0.org.apache.calcite.sql.SqlDrop
DROP TABLE
statement.Modifier and Type | Field and Description |
---|---|
protected org.apache.beam.vendor.calcite.v1_20_0.org.apache.calcite.sql.SqlIdentifier |
name |
ifExists
Modifier and Type | Method and Description |
---|---|
void |
execute(org.apache.beam.vendor.calcite.v1_20_0.org.apache.calcite.jdbc.CalcitePrepare.Context context) |
java.util.List<org.apache.beam.vendor.calcite.v1_20_0.org.apache.calcite.sql.SqlNode> |
getOperandList() |
void |
unparse(org.apache.beam.vendor.calcite.v1_20_0.org.apache.calcite.sql.SqlWriter writer,
int leftPrec,
int rightPrec) |
getOperator
accept, clone, equalsDeep, findValidOptions, getCallSignature, getFunctionQuantifier, getKind, getMonotonicity, isCountStar, isExpanded, operand, operandCount, setOperand, validate
protected final org.apache.beam.vendor.calcite.v1_20_0.org.apache.calcite.sql.SqlIdentifier name
public java.util.List<org.apache.beam.vendor.calcite.v1_20_0.org.apache.calcite.sql.SqlNode> getOperandList()
getOperandList
in class org.apache.beam.vendor.calcite.v1_20_0.org.apache.calcite.sql.SqlCall
public void unparse(org.apache.beam.vendor.calcite.v1_20_0.org.apache.calcite.sql.SqlWriter writer, int leftPrec, int rightPrec)
unparse
in class org.apache.beam.vendor.calcite.v1_20_0.org.apache.calcite.sql.SqlCall
public void execute(org.apache.beam.vendor.calcite.v1_20_0.org.apache.calcite.jdbc.CalcitePrepare.Context context)
execute
in interface org.apache.beam.vendor.calcite.v1_20_0.org.apache.calcite.sql.SqlExecutableStatement