Uses of Class
com.alibaba.druid.sql.ast.statement.SQLAssignItem
Packages that use SQLAssignItem
Package
Description
-
Uses of SQLAssignItem in com.alibaba.druid.sql.ast
Fields in com.alibaba.druid.sql.ast with type parameters of type SQLAssignItemMethods in com.alibaba.druid.sql.ast that return types with arguments of type SQLAssignItemModifier and TypeMethodDescriptionSQLIndexDefinition.getCompatibleOptions()SQLSubPartitionBy.getOptions()SQLIndexOptions.getOtherOptions() -
Uses of SQLAssignItem in com.alibaba.druid.sql.ast.statement
Fields in com.alibaba.druid.sql.ast.statement with type parameters of type SQLAssignItemModifier and TypeFieldDescriptionprotected final List<SQLAssignItem>SQLCreateDatabaseStatement.dbPropertiesprotected List<SQLAssignItem>SQLCloneTableStatement.partitionsprotected List<SQLAssignItem>SQLInsertInto.partitionsprotected List<SQLAssignItem>SQLReplaceStatement.partitionsprotected List<SQLAssignItem>SQLTruncateStatement.partitionsprotected List<SQLAssignItem>SQLUpdateStatement.partitionsprotected List<SQLAssignItem>SQLCreateIndexStatement.propertiesprotected List<SQLAssignItem>SQLJoinTableSource.UDJ.propertiesprotected final List<List<SQLAssignItem>>SQLCreateDatabaseStatement.storedByprotected final List<SQLAssignItem>SQLCreateDatabaseStatement.storedOnprotected final List<SQLAssignItem>SQLCreateMaterializedViewStatement.tableOptionsprotected final List<SQLAssignItem>SQLCreateTableStatement.tableOptionsprotected List<SQLAssignItem>SQLCreateIndexStatement.tablePropertiesprotected final List<SQLAssignItem>SQLCreateTableStatement.tblPropertiesMethods in com.alibaba.druid.sql.ast.statement that return SQLAssignItemMethods in com.alibaba.druid.sql.ast.statement that return types with arguments of type SQLAssignItemModifier and TypeMethodDescriptionSQLColumnDefinition.getColProperties()SQLColumnDefinition.getColPropertiesDirect()SQLCreateDatabaseStatement.getDbProperties()SQLSetStatement.getItems()SQLColumnDefinition.getMappedBy()SQLColumnDefinition.getMappedByDirect()SQLAlterSystemSetConfigStatement.getOptions()SQLAlterTableAddIndex.getOptions()SQLAlterTableAlterIndex.getOptions()SQLAlterTableGroupStatement.getOptions()SQLAlterTableSetOption.getOptions()SQLCopyFromStatement.getOptions()SQLCreateIndexStatement.getOptions()SQLAlterTableArchive.getPartition()SQLAlterTableChangeOwner.getPartition()SQLAlterTableDisableLifecycle.getPartition()SQLAlterTableEnableLifecycle.getPartition()SQLAlterTablePartition.getPartition()SQLAlterTablePartitionSetProperties.getPartition()SQLAlterTableRenamePartition.getPartition()SQLAlterTableTouch.getPartition()SQLExportTableStatement.getPartition()SQLImportTableStatement.getPartition()SQLShowPartitionsStmt.getPartition()SQLAlterTablePartitionSetProperties.getPartitionProperties()SQLAlterIndexStatement.getPartitions()SQLAlterTableArchivePartition.getPartitions()SQLAlterTableUnarchivePartition.getPartitions()SQLCloneTableStatement.getPartitions()SQLCopyFromStatement.getPartitions()SQLInsertInto.getPartitions()SQLReplaceStatement.getPartitions()SQLShowHistoryStatement.getPartitions()SQLShowStatisticStmt.getPartitions()SQLTruncateStatement.getPartitions()SQLUpdateStatement.getPartitions()SQLAlterDatabaseStatement.getProperties()SQLCreateIndexStatement.getProperties()SQLJoinTableSource.UDJ.getProperties()SQLShowHistoryStatement.getProperties()SQLCreateDatabaseStatement.getStoredBy()SQLCreateDatabaseStatement.getStoredOn()SQLAlterTableStatement.getTableOptions()SQLCreateMaterializedViewStatement.getTableOptions()SQLCreateTableStatement.getTableOptions()SQLCreateIndexStatement.getTableProperties()SQLCreateTableStatement.getTblProperties()SQLAlterTableRenamePartition.getTo()Methods in com.alibaba.druid.sql.ast.statement with parameters of type SQLAssignItemModifier and TypeMethodDescriptionvoidSQLAlterSystemSetConfigStatement.addOption(SQLAssignItem item) voidSQLAlterTableSetOption.addOption(SQLAssignItem item) voidSQLAlterTableArchivePartition.addPartition(SQLAssignItem partition) voidSQLAlterTableUnarchivePartition.addPartition(SQLAssignItem partition) voidSQLInsertInto.addPartition(SQLAssignItem partition) voidSQLReplaceStatement.addPartition(SQLAssignItem partition) voidSQLShowStatisticStmt.addPartition(SQLAssignItem partition) Method parameters in com.alibaba.druid.sql.ast.statement with type arguments of type SQLAssignItemModifier and TypeMethodDescriptionvoidSQLSetStatement.setItems(List<SQLAssignItem> items) voidSQLUpdateStatement.setPartitions(List<SQLAssignItem> partitions) -
Uses of SQLAssignItem in com.alibaba.druid.sql.dialect.antspark.ast
Fields in com.alibaba.druid.sql.dialect.antspark.ast with type parameters of type SQLAssignItemModifier and TypeFieldDescriptionprotected List<SQLAssignItem>AntsparkCreateTableStatement.mappedByMethods in com.alibaba.druid.sql.dialect.antspark.ast that return types with arguments of type SQLAssignItem -
Uses of SQLAssignItem in com.alibaba.druid.sql.dialect.clickhouse.ast
Fields in com.alibaba.druid.sql.dialect.clickhouse.ast with type parameters of type SQLAssignItemModifier and TypeFieldDescriptionprotected final List<SQLAssignItem>ClickhouseCreateTableStatement.settingsMethods in com.alibaba.druid.sql.dialect.clickhouse.ast that return types with arguments of type SQLAssignItem -
Uses of SQLAssignItem in com.alibaba.druid.sql.dialect.hive.ast
Method parameters in com.alibaba.druid.sql.dialect.hive.ast with type arguments of type SQLAssignItem -
Uses of SQLAssignItem in com.alibaba.druid.sql.dialect.hive.stmt
Fields in com.alibaba.druid.sql.dialect.hive.stmt with type parameters of type SQLAssignItemMethods in com.alibaba.druid.sql.dialect.hive.stmt that return types with arguments of type SQLAssignItemMethods in com.alibaba.druid.sql.dialect.hive.stmt with parameters of type SQLAssignItem -
Uses of SQLAssignItem in com.alibaba.druid.sql.dialect.mysql.ast.statement
Fields in com.alibaba.druid.sql.dialect.mysql.ast.statement with type parameters of type SQLAssignItemModifier and TypeFieldDescriptionprotected final List<SQLAssignItem>MysqlCreateFullTextCharFilterStatement.optionsprotected final List<SQLAssignItem>MysqlCreateFullTextTokenFilterStatement.optionsprotected final List<SQLAssignItem>MysqlCreateFullTextTokenizerStatement.optionsMethods in com.alibaba.druid.sql.dialect.mysql.ast.statement that return SQLAssignItemMethods in com.alibaba.druid.sql.dialect.mysql.ast.statement that return types with arguments of type SQLAssignItemModifier and TypeMethodDescriptionMySqlAlterDatabaseSetOption.getOptions()MysqlCreateFullTextCharFilterStatement.getOptions()MysqlCreateFullTextTokenFilterStatement.getOptions()MysqlCreateFullTextTokenizerStatement.getOptions()MySqlTableIndex.getOptions()Methods in com.alibaba.druid.sql.dialect.mysql.ast.statement with parameters of type SQLAssignItem -
Uses of SQLAssignItem in com.alibaba.druid.sql.dialect.mysql.parser
Methods in com.alibaba.druid.sql.dialect.mysql.parser that return SQLAssignItemModifier and TypeMethodDescriptionMySqlExprParser.parseAssignItem(boolean variant, SQLObject parent) Method parameters in com.alibaba.druid.sql.dialect.mysql.parser with type arguments of type SQLAssignItemModifier and TypeMethodDescriptionbooleanMySqlExprParser.parseTableOptions(List<SQLAssignItem> assignItems, SQLDDLStatement parent) -
Uses of SQLAssignItem in com.alibaba.druid.sql.dialect.mysql.visitor
Methods in com.alibaba.druid.sql.dialect.mysql.visitor with parameters of type SQLAssignItem -
Uses of SQLAssignItem in com.alibaba.druid.sql.dialect.odps.ast
Fields in com.alibaba.druid.sql.dialect.odps.ast with type parameters of type SQLAssignItemModifier and TypeFieldDescriptionprotected final List<SQLAssignItem>OdpsUnloadStatement.propertiesprotected final List<SQLAssignItem>OdpsUnloadStatement.serdePropertiesMethods in com.alibaba.druid.sql.dialect.odps.ast that return types with arguments of type SQLAssignItemModifier and TypeMethodDescriptionOdpsReadStatement.getPartition()OdpsAddTableStatement.getPartitions()OdpsCountStatement.getPartitions()OdpsExstoreStatement.getPartitions()OdpsRestoreStatement.getPartitions()OdpsShowChangelogsStatement.getPartitions()OdpsUndoTableStatement.getPartitions()OdpsUnloadStatement.getPartitions()OdpsRestoreStatement.getProperties()OdpsShowChangelogsStatement.getProperties()OdpsUnloadStatement.getProperties()OdpsUnloadStatement.getSerdeProperties() -
Uses of SQLAssignItem in com.alibaba.druid.sql.dialect.oracle.ast.stmt
Methods in com.alibaba.druid.sql.dialect.oracle.ast.stmt that return types with arguments of type SQLAssignItemMethod parameters in com.alibaba.druid.sql.dialect.oracle.ast.stmt with type arguments of type SQLAssignItemModifier and TypeMethodDescriptionvoidOracleAlterSessionStatement.setItems(List<SQLAssignItem> items) -
Uses of SQLAssignItem in com.alibaba.druid.sql.dialect.oracle.visitor
Methods in com.alibaba.druid.sql.dialect.oracle.visitor with parameters of type SQLAssignItem -
Uses of SQLAssignItem in com.alibaba.druid.sql.parser
Methods in com.alibaba.druid.sql.parser that return SQLAssignItemModifier and TypeMethodDescriptionSQLExprParser.parseAssignItem()SQLExprParser.parseAssignItem(boolean variant) SQLExprParser.parseAssignItem(boolean variant, SQLObject parent) Method parameters in com.alibaba.druid.sql.parser with type arguments of type SQLAssignItemModifier and TypeMethodDescriptionvoidSQLExprParser.parseAssignItem(List<SQLAssignItem> outList, SQLObject parent) voidSQLStatementParser.parseAssignItems(List<? super SQLAssignItem> items, SQLObject parent) voidSQLStatementParser.parseAssignItems(List<? super SQLAssignItem> items, SQLObject parent, boolean variant) -
Uses of SQLAssignItem in com.alibaba.druid.sql.visitor
Methods in com.alibaba.druid.sql.visitor with parameters of type SQLAssignItemModifier and TypeMethodDescriptiondefault voidSQLASTVisitor.endVisit(SQLAssignItem x) booleanSQLASTOutputVisitor.visit(SQLAssignItem x) default booleanSQLASTVisitor.visit(SQLAssignItem x)