Package org.apache.flink.sql.parser.ddl
Class SqlDropDatabase
- java.lang.Object
-
- org.apache.calcite.sql.SqlNode
-
- org.apache.calcite.sql.SqlCall
-
- org.apache.calcite.sql.SqlDdl
-
- org.apache.calcite.sql.SqlDrop
-
- org.apache.flink.sql.parser.ddl.SqlDropObject
-
- org.apache.flink.sql.parser.ddl.SqlDropDatabase
-
- All Implemented Interfaces:
Cloneable
public class SqlDropDatabase extends SqlDropObject
DROP DATABASE DDL sql call.
-
-
Field Summary
-
Fields inherited from class org.apache.flink.sql.parser.ddl.SqlDropObject
name
-
-
Constructor Summary
Constructors Constructor Description SqlDropDatabase(org.apache.calcite.sql.parser.SqlParserPos pos, org.apache.calcite.sql.SqlIdentifier databaseName, boolean ifExists, boolean isCascade)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisCascade()voidunparse(org.apache.calcite.sql.SqlWriter writer, int leftPrec, int rightPrec)-
Methods inherited from class org.apache.flink.sql.parser.ddl.SqlDropObject
getFullName, getIfExists, getOperandList
-
Methods inherited from class org.apache.calcite.sql.SqlCall
accept, clone, equalsDeep, findValidOptions, getCallSignature, getFunctionQuantifier, getKind, getMonotonicity, isCountStar, isExpanded, operand, operandCount, setOperand, validate
-
-