Interface DB2Statement
-
- All Superinterfaces:
DB2Object,SQLDbTypedObject,SQLObject,SQLStatement
- All Known Implementing Classes:
DB2CreateSchemaStatement,DB2CreateTableStatement,DB2DropSchemaStatement
public interface DB2Statement extends SQLStatement, DB2Object
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.alibaba.druid.sql.dialect.db2.ast.DB2Object
DB2Object.Constants
-
-
Method Summary
-
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
-
-