Interface OracleDDLStatement
-
- All Superinterfaces:
OracleSQLObject,OracleStatement,SQLDbTypedObject,SQLDDLStatement,SQLObject,SQLStatement
- All Known Implementing Classes:
OracleCreateIndexStatement,OracleCreateTableStatement
public interface OracleDDLStatement extends SQLDDLStatement, OracleStatement
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.alibaba.druid.sql.ast.statement.SQLDDLStatement
SQLDDLStatement.DDLObjectType
-
-
Method Summary
-
Methods inherited from interface com.alibaba.druid.sql.dialect.oracle.ast.OracleSQLObject
accept0
-
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
-
-