Interface SQLAlterTableItem
-
- All Superinterfaces:
SQLObject
- All Known Implementing Classes:
MySqlAlterTableAlgorithm,MysqlAlterTableAlterCheck,MySqlAlterTableAlterColumn,MySqlAlterTableAlterFullTextIndex,MySqlAlterTableChangeColumn,MySqlAlterTableDiscardTablespace,MySqlAlterTableForce,MySqlAlterTableImportTablespace,MySqlAlterTableLock,MySqlAlterTableModifyColumn,MySqlAlterTableOption,MySqlAlterTableOrderBy,MySqlAlterTableValidation,OdpsAlterTableChangeOwner,OdpsAlterTableSetChangeLogs,OdpsAlterTableSetFileFormat,OracleAlterTableDropPartition,OracleAlterTableItem,OracleAlterTableModify,OracleAlterTableMoveTablespace,OracleAlterTableRowMovement,OracleAlterTableShrinkSpace,OracleAlterTableSplitPartition,OracleAlterTableTruncatePartition,SQLAlterCharacter,SQLAlterTableAddClusteringKey,SQLAlterTableAddColumn,SQLAlterTableAddConstraint,SQLAlterTableAddExtPartition,SQLAlterTableAddIndex,SQLAlterTableAddPartition,SQLAlterTableAddSupplemental,SQLAlterTableAlterColumn,SQLAlterTableAlterIndex,SQLAlterTableAnalyzePartition,SQLAlterTableArchive,SQLAlterTableArchivePartition,SQLAlterTableAttachPartition,SQLAlterTableBlockSize,SQLAlterTableChangeOwner,SQLAlterTableCheckPartition,SQLAlterTableCoalescePartition,SQLAlterTableCompression,SQLAlterTableConvertCharSet,SQLAlterTableDeleteByCondition,SQLAlterTableDetachPartition,SQLAlterTableDisableConstraint,SQLAlterTableDisableKeys,SQLAlterTableDisableLifecycle,SQLAlterTableDiscardPartition,SQLAlterTableDropCheck,SQLAlterTableDropClusteringKey,SQLAlterTableDropColumnItem,SQLAlterTableDropConstraint,SQLAlterTableDropExtPartition,SQLAlterTableDropForeignKey,SQLAlterTableDropIndex,SQLAlterTableDropKey,SQLAlterTableDropPartition,SQLAlterTableDropPrimaryKey,SQLAlterTableDropSubpartition,SQLAlterTableEnableConstraint,SQLAlterTableEnableKeys,SQLAlterTableEnableLifecycle,SQLAlterTableExchangePartition,SQLAlterTableImportPartition,SQLAlterTableMergePartition,SQLAlterTableModifyClusteredBy,SQLAlterTableOptimizePartition,SQLAlterTablePartition,SQLAlterTablePartitionCount,SQLAlterTablePartitionLifecycle,SQLAlterTablePartitionSetProperties,SQLAlterTableRebuildPartition,SQLAlterTableRecoverPartitions,SQLAlterTableRename,SQLAlterTableRenameColumn,SQLAlterTableRenameConstraint,SQLAlterTableRenameIndex,SQLAlterTableRenamePartition,SQLAlterTableReOrganizePartition,SQLAlterTableRepairPartition,SQLAlterTableReplaceColumn,SQLAlterTableSetComment,SQLAlterTableSetFileFormat,SQLAlterTableSetLifecycle,SQLAlterTableSetLocation,SQLAlterTableSetOption,SQLAlterTableSetSchema,SQLAlterTableSetSerde,SQLAlterTableSetSerdeProperties,SQLAlterTableSetTableSpace,SQLAlterTableSubpartitionAvailablePartitionNum,SQLAlterTableSubpartitionLifecycle,SQLAlterTableTouch,SQLAlterTableTruncatePartition,SQLAlterTableUnarchivePartition,SQLAlterTableValidateConstraint
public interface SQLAlterTableItem extends SQLObject
-
-
Method Summary
-
Methods inherited from interface com.alibaba.druid.sql.ast.SQLObject
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, setSource
-
-