Interface SQLDropStatement
-
- All Superinterfaces:
SQLDbTypedObject,SQLDDLStatement,SQLObject,SQLStatement
- All Known Implementing Classes:
DB2DropSchemaStatement,MysqlDropFullTextStatement,OracleDropDbLinkStatement,OracleDropPackageStatement,OscarDropSchemaStatement,PGDropDatabaseStatement,PGDropSchemaStatement,SQLDropCatalogStatement,SQLDropDatabaseStatement,SQLDropEventStatement,SQLDropFunctionStatement,SQLDropIndexStatement,SQLDropLogFileGroupStatement,SQLDropMaterializedViewStatement,SQLDropOfflineModelStatement,SQLDropOutlineStatement,SQLDropProcedureStatement,SQLDropResourceGroupStatement,SQLDropResourceStatement,SQLDropSequenceStatement,SQLDropServerStatement,SQLDropSynonymStatement,SQLDropTableGroupStatement,SQLDropTableSpaceStatement,SQLDropTableStatement,SQLDropTriggerStatement,SQLDropTypeStatement,SQLDropUserStatement,SQLDropViewStatement,SQLPurgeLogsStatement,SQLPurgeRecyclebinStatement,SQLPurgeTableStatement,SQLPurgeTemporaryOutputStatement
public interface SQLDropStatement extends SQLDDLStatement
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.alibaba.druid.sql.ast.statement.SQLDDLStatement
SQLDDLStatement.DDLObjectType
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default SQLNamegetName()-
Methods inherited from interface com.alibaba.druid.sql.ast.statement.SQLDDLStatement
getDDLObjectType
-
Methods inherited from interface com.alibaba.druid.sql.ast.SQLObject
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, setSource
-
Methods inherited from interface com.alibaba.druid.sql.ast.SQLStatement
clone, getChildren, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setHeadHints, toLowerCaseString, toParameterizedString, toString, toString
-
-
-
-
Method Detail
-
getName
default SQLName getName()
-
-