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()SQLStructDataType.Field.getOptions()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 final List<SQLAssignItem> SQLAlterViewStatement.optionsprotected List<SQLAssignItem> SQLCreateFunctionStatement.optionsprotected List<SQLAssignItem> SQLCreateViewStatement.optionsprotected 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.tablePropertiesMethods 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()SQLAlterViewStatement.getOptions()SQLCopyFromStatement.getOptions()SQLCreateFunctionStatement.getOptions()SQLCreateIndexStatement.getOptions()SQLCreateViewStatement.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()SQLAlterTableSetSerde.getSerdeProperties()SQLAlterTableSetSerdeProperties.getSerdeProperties()SQLCreateDatabaseStatement.getStoredBy()SQLCreateDatabaseStatement.getStoredOn()SQLAlterTableStatement.getTableOptions()SQLCreateMaterializedViewStatement.getTableOptions()SQLCreateTableStatement.getTableOptions()SQLCreateIndexStatement.getTableProperties()SQLCreateTableStatement.getTblProperties()Deprecated.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) voidSQLAlterTableSetSerde.addSerdeProperties(SQLAssignItem item) voidSQLAlterTableSetSerdeProperties.addSerdeProperties(SQLAssignItem item) 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.bigquery.ast
Methods in com.alibaba.druid.sql.dialect.bigquery.ast that return types with arguments of type SQLAssignItem -
Uses of SQLAssignItem in com.alibaba.druid.sql.dialect.bigquery.visitor
Method parameters in com.alibaba.druid.sql.dialect.bigquery.visitor with type arguments of type SQLAssignItemModifier and TypeMethodDescriptionprotected voidBigQueryOutputVisitor.printOptions(List<SQLAssignItem> options) -
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> CKCreateTableStatement.settingsMethods in com.alibaba.druid.sql.dialect.clickhouse.ast that return types with arguments of type SQLAssignItemModifier and TypeMethodDescriptionCKCreateTableStatement.getSettings()CKSelectQueryBlock.getSettings()Method parameters in com.alibaba.druid.sql.dialect.clickhouse.ast with type 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.odps.parser
Methods in com.alibaba.druid.sql.dialect.odps.parser with parameters of type SQLAssignItemModifier and TypeMethodDescriptionprotected voidOdpsExprParser.parseAssignItemOnComma(SQLExpr sqlExpr, SQLAssignItem item, SQLObject parent) protected booleanOdpsExprParser.parseAssignItemSQLMethodInvokeExpr(SQLExpr sqlExpr, SQLAssignItem item) protected booleanOdpsExprParser.parseAssignItemTblProperties(SQLAssignItem item) -
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.dialect.postgresql.visitor
Methods in com.alibaba.druid.sql.dialect.postgresql.visitor with parameters of type SQLAssignItem -
Uses of SQLAssignItem in com.alibaba.druid.sql.dialect.presto.ast
Methods in com.alibaba.druid.sql.dialect.presto.ast that return types with arguments of type SQLAssignItemMethods in com.alibaba.druid.sql.dialect.presto.ast with parameters of type SQLAssignItem -
Uses of SQLAssignItem in com.alibaba.druid.sql.dialect.spark.ast
Fields in com.alibaba.druid.sql.dialect.spark.ast with type parameters of type SQLAssignItemModifier and TypeFieldDescriptionprotected List<SQLAssignItem> SparkCreateTableStatement.mappedByMethods in com.alibaba.druid.sql.dialect.spark.ast that return types with arguments of type SQLAssignItem -
Uses of SQLAssignItem in com.alibaba.druid.sql.dialect.spark.ast.stmt
Fields in com.alibaba.druid.sql.dialect.spark.ast.stmt with type parameters of type SQLAssignItemModifier and TypeFieldDescriptionprotected List<SQLAssignItem> SparkCacheTableStatement.optionsprotected List<SQLAssignItem> SparkCreateScanStatement.optionsMethods in com.alibaba.druid.sql.dialect.spark.ast.stmt that return types with arguments of type SQLAssignItemModifier and TypeMethodDescriptionSparkCacheTableStatement.getOptions()SparkCreateScanStatement.getOptions()Methods in com.alibaba.druid.sql.dialect.spark.ast.stmt with parameters of type SQLAssignItemModifier and TypeMethodDescriptionvoidSparkCacheTableStatement.addOption(SQLAssignItem item) voidSparkCreateScanStatement.addOption(SQLAssignItem item) -
Uses of SQLAssignItem in com.alibaba.druid.sql.dialect.sqlserver.ast
Methods in com.alibaba.druid.sql.dialect.sqlserver.ast that return types with arguments of type SQLAssignItem -
Uses of SQLAssignItem in com.alibaba.druid.sql.dialect.starrocks.ast.statement
Fields in com.alibaba.druid.sql.dialect.starrocks.ast.statement with type parameters of type SQLAssignItemModifier and TypeFieldDescriptionprotected final List<SQLAssignItem> StarRocksCreateTableStatement.brokerPropertiesMethods in com.alibaba.druid.sql.dialect.starrocks.ast.statement that return types with arguments of type SQLAssignItemModifier and TypeMethodDescriptionStarRocksCreateTableStatement.getBrokerProperties()StarRocksCreateResourceStatement.getProperties()Methods in com.alibaba.druid.sql.dialect.starrocks.ast.statement with parameters of type SQLAssignItemModifier and TypeMethodDescriptionvoidStarRocksCreateResourceStatement.addProperty(SQLAssignItem assignItem) Method parameters in com.alibaba.druid.sql.dialect.starrocks.ast.statement with type arguments of type SQLAssignItemModifier and TypeMethodDescriptionvoidStarRocksCreateResourceStatement.setProperties(List<SQLAssignItem> properties) -
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) Methods in com.alibaba.druid.sql.parser with parameters of type SQLAssignItemModifier and TypeMethodDescriptionprotected voidSQLExprParser.parseAssignItemOnComma(SQLExpr sqlExpr, SQLAssignItem item, SQLObject parent) protected booleanSQLExprParser.parseAssignItemSQLMethodInvokeExpr(SQLExpr sqlExpr, SQLAssignItem item) protected booleanSQLExprParser.parseAssignItemTblProperties(SQLAssignItem item) Method parameters in com.alibaba.druid.sql.parser with type arguments of type SQLAssignItemModifier and TypeMethodDescriptionvoidSQLExprParser.parseAssignItem(List<SQLAssignItem> outList, SQLObject parent) voidSQLExprParser.parseAssignItems(List<? super SQLAssignItem> items, SQLObject parent, boolean variant) 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) Method parameters in com.alibaba.druid.sql.visitor with type arguments of type SQLAssignItemModifier and TypeMethodDescriptionprotected voidSQLASTOutputVisitor.printMappedBy(List<SQLAssignItem> mappedBy)