Uses of Interface
com.alibaba.druid.sql.ast.statement.SQLAlterTableItem
-
-
Uses of SQLAlterTableItem in com.alibaba.druid.sql.ast.statement
Methods in com.alibaba.druid.sql.ast.statement that return types with arguments of type SQLAlterTableItem Modifier and Type Method Description List<SQLAlterTableItem>SQLAlterTableStatement. getItems()Methods in com.alibaba.druid.sql.ast.statement with parameters of type SQLAlterTableItem Modifier and Type Method Description voidSQLAlterTableStatement. addItem(SQLAlterTableItem item)protected booleanSQLCreateTableStatement. alterApply(SQLAlterTableItem item)Method parameters in com.alibaba.druid.sql.ast.statement with type arguments of type SQLAlterTableItem Modifier and Type Method Description voidSQLAlterTableStatement. setItems(List<SQLAlterTableItem> items) -
Uses of SQLAlterTableItem in com.alibaba.druid.sql.dialect.mysql.ast.statement
Classes in com.alibaba.druid.sql.dialect.mysql.ast.statement that implement SQLAlterTableItem Modifier and Type Class Description classMySqlAlterTableAlgorithmclassMysqlAlterTableAlterCheckclassMySqlAlterTableAlterColumnclassMySqlAlterTableAlterFullTextIndexclassMySqlAlterTableChangeColumnclassMySqlAlterTableDiscardTablespaceclassMySqlAlterTableForceversion 1.0 Author zzy Date 2019-06-03 15:43classMySqlAlterTableImportTablespaceclassMySqlAlterTableLockversion 1.0 Author zzy Date 2019-06-03 15:50classMySqlAlterTableModifyColumnclassMySqlAlterTableOptionclassMySqlAlterTableOrderByversion 1.0 Author zzy Date 2019-06-03 15:59classMySqlAlterTableValidationversion 1.0 Author zzy Date 2019-06-03 16:22Methods in com.alibaba.druid.sql.dialect.mysql.ast.statement with parameters of type SQLAlterTableItem Modifier and Type Method Description protected booleanMySqlCreateTableStatement. alterApply(SQLAlterTableItem item) -
Uses of SQLAlterTableItem in com.alibaba.druid.sql.dialect.odps.ast
Classes in com.alibaba.druid.sql.dialect.odps.ast that implement SQLAlterTableItem Modifier and Type Class Description classOdpsAlterTableChangeOwnerclassOdpsAlterTableSetChangeLogsclassOdpsAlterTableSetFileFormat -
Uses of SQLAlterTableItem in com.alibaba.druid.sql.dialect.oracle.ast.stmt
Classes in com.alibaba.druid.sql.dialect.oracle.ast.stmt that implement SQLAlterTableItem Modifier and Type Class Description classOracleAlterTableDropPartitionclassOracleAlterTableItemclassOracleAlterTableModifyclassOracleAlterTableMoveTablespaceclassOracleAlterTableRowMovementclassOracleAlterTableShrinkSpaceclassOracleAlterTableSplitPartitionclassOracleAlterTableTruncatePartition -
Uses of SQLAlterTableItem in com.alibaba.druid.sql.parser
Methods in com.alibaba.druid.sql.parser that return SQLAlterTableItem Modifier and Type Method Description protected SQLAlterTableItemSQLStatementParser. parseAlterTableRename()
-