Uses of Class
com.alibaba.druid.sql.ast.statement.SQLAssignItem
-
-
Uses of SQLAssignItem in com.alibaba.druid.sql.ast
Fields in com.alibaba.druid.sql.ast with type parameters of type SQLAssignItem Modifier and Type Field Description protected List<SQLAssignItem>SQLSubPartitionBy. optionsMethods in com.alibaba.druid.sql.ast that return types with arguments of type SQLAssignItem Modifier and Type Method Description List<SQLAssignItem>SQLIndexDefinition. getCompatibleOptions()List<SQLAssignItem>SQLStructDataType.Field. getOptions()List<SQLAssignItem>SQLSubPartitionBy. getOptions()List<SQLAssignItem>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 SQLAssignItem Modifier and Type Field Description protected List<SQLAssignItem>SQLCreateDatabaseStatement. dbPropertiesprotected 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 List<List<SQLAssignItem>>SQLCreateDatabaseStatement. storedByprotected List<SQLAssignItem>SQLCreateDatabaseStatement. storedOnprotected List<SQLAssignItem>SQLCreateMaterializedViewStatement. tableOptionsprotected List<SQLAssignItem>SQLCreateTableStatement. tableOptionsprotected List<SQLAssignItem>SQLCreateIndexStatement. tablePropertiesMethods in com.alibaba.druid.sql.ast.statement that return SQLAssignItem Modifier and Type Method Description SQLAssignItemSQLAssignItem. clone()Methods in com.alibaba.druid.sql.ast.statement that return types with arguments of type SQLAssignItem Modifier and Type Method Description List<SQLAssignItem>SQLColumnDefinition. getColProperties()List<SQLAssignItem>SQLColumnDefinition. getColPropertiesDirect()List<SQLAssignItem>SQLCreateDatabaseStatement. getDbProperties()List<SQLAssignItem>SQLSetStatement. getItems()List<SQLAssignItem>SQLColumnDefinition. getMappedBy()List<SQLAssignItem>SQLColumnDefinition. getMappedByDirect()List<SQLAssignItem>SQLAlterSystemSetConfigStatement. getOptions()List<SQLAssignItem>SQLAlterTableAddIndex. getOptions()List<SQLAssignItem>SQLAlterTableAlterIndex. getOptions()List<SQLAssignItem>SQLAlterTableGroupStatement. getOptions()List<SQLAssignItem>SQLAlterTableSetOption. getOptions()List<SQLAssignItem>SQLAlterViewStatement. getOptions()List<SQLAssignItem>SQLCopyFromStatement. getOptions()List<SQLAssignItem>SQLCreateFunctionStatement. getOptions()List<SQLAssignItem>SQLCreateIndexStatement. getOptions()List<SQLAssignItem>SQLCreateViewStatement. getOptions()List<SQLAssignItem>SQLAlterTableArchive. getPartition()List<SQLAssignItem>SQLAlterTableChangeOwner. getPartition()List<SQLAssignItem>SQLAlterTableDisableLifecycle. getPartition()List<SQLAssignItem>SQLAlterTableEnableLifecycle. getPartition()List<SQLAssignItem>SQLAlterTablePartition. getPartition()List<SQLAssignItem>SQLAlterTablePartitionSetProperties. getPartition()List<SQLAssignItem>SQLAlterTableRenamePartition. getPartition()List<SQLAssignItem>SQLAlterTableTouch. getPartition()List<SQLAssignItem>SQLExportTableStatement. getPartition()List<SQLAssignItem>SQLImportTableStatement. getPartition()List<SQLAssignItem>SQLShowPartitionsStmt. getPartition()List<SQLAssignItem>SQLAlterTablePartitionSetProperties. getPartitionProperties()List<SQLAssignItem>SQLAlterIndexStatement. getPartitions()List<SQLAssignItem>SQLAlterTableArchivePartition. getPartitions()List<SQLAssignItem>SQLAlterTableUnarchivePartition. getPartitions()List<SQLAssignItem>SQLCloneTableStatement. getPartitions()List<SQLAssignItem>SQLCopyFromStatement. getPartitions()List<SQLAssignItem>SQLInsertInto. getPartitions()List<SQLAssignItem>SQLRefreshTableStatement. getPartitions()List<SQLAssignItem>SQLReplaceStatement. getPartitions()List<SQLAssignItem>SQLShowHistoryStatement. getPartitions()List<SQLAssignItem>SQLShowStatisticStmt. getPartitions()List<SQLAssignItem>SQLTruncateStatement. getPartitions()List<SQLAssignItem>SQLUpdateStatement. getPartitions()List<SQLAssignItem>SQLAlterDatabaseStatement. getProperties()List<SQLAssignItem>SQLCreateIndexStatement. getProperties()List<SQLAssignItem>SQLJoinTableSource.UDJ. getProperties()List<SQLAssignItem>SQLShowHistoryStatement. getProperties()List<SQLAssignItem>SQLAlterTableSetSerde. getSerdeProperties()List<SQLAssignItem>SQLAlterTableSetSerdeProperties. getSerdeProperties()List<List<SQLAssignItem>>SQLCreateDatabaseStatement. getStoredBy()List<SQLAssignItem>SQLCreateDatabaseStatement. getStoredOn()List<SQLAssignItem>SQLAlterTableStatement. getTableOptions()List<SQLAssignItem>SQLCreateMaterializedViewStatement. getTableOptions()List<SQLAssignItem>SQLCreateTableStatement. getTableOptions()List<SQLAssignItem>SQLCreateIndexStatement. getTableProperties()List<SQLAssignItem>SQLCreateTableStatement. getTblProperties()Deprecated.List<SQLAssignItem>SQLAlterTableRenamePartition. getTo()Methods in com.alibaba.druid.sql.ast.statement with parameters of type SQLAssignItem Modifier and Type Method Description voidSQLAlterSystemSetConfigStatement. addOption(SQLAssignItem item)voidSQLAlterTableSetOption. addOption(SQLAssignItem item)voidSQLAlterTableArchivePartition. addPartition(SQLAssignItem partition)voidSQLAlterTableUnarchivePartition. addPartition(SQLAssignItem partition)voidSQLInsertInto. addPartition(SQLAssignItem partition)voidSQLRefreshTableStatement. 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 SQLAssignItem Modifier and Type Method Description voidSQLSetStatement. setItems(List<SQLAssignItem> items)voidSQLRefreshTableStatement. setPartitions(List<SQLAssignItem> partitions)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 Modifier and Type Method Description List<SQLAssignItem>BigQueryCreateModelStatement. getOptions()List<SQLAssignItem>BigQuerySelectQueryBlock.DifferentialPrivacy. getOptions() -
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 SQLAssignItem Modifier and Type Method Description protected 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 SQLAssignItem Modifier and Type Field Description protected List<SQLAssignItem>CKCreateTableStatement. settingsMethods in com.alibaba.druid.sql.dialect.clickhouse.ast that return types with arguments of type SQLAssignItem Modifier and Type Method Description List<SQLAssignItem>CKCreateTableStatement. getSettings()List<SQLAssignItem>CKSelectQueryBlock. getSettings()Method parameters in com.alibaba.druid.sql.dialect.clickhouse.ast with type arguments of type SQLAssignItem Modifier and Type Method Description voidCKSelectQueryBlock. setSettings(List<SQLAssignItem> x) -
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 Modifier and Type Method Description voidHiveInsert. setPartitions(List<SQLAssignItem> partitions) -
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 SQLAssignItem Modifier and Type Field Description protected List<SQLAssignItem>HiveCreateTableStatement. mappedByMethods in com.alibaba.druid.sql.dialect.hive.stmt that return types with arguments of type SQLAssignItem Modifier and Type Method Description List<SQLAssignItem>HiveCreateTableStatement. getMappedBy()Methods in com.alibaba.druid.sql.dialect.hive.stmt with parameters of type SQLAssignItem Modifier and Type Method Description voidHiveLoadDataStatement. addPartion(SQLAssignItem item) -
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 SQLAssignItem Modifier and Type Field Description protected List<SQLAssignItem>MysqlCreateFullTextCharFilterStatement. optionsprotected List<SQLAssignItem>MysqlCreateFullTextTokenFilterStatement. optionsprotected List<SQLAssignItem>MysqlCreateFullTextTokenizerStatement. optionsMethods in com.alibaba.druid.sql.dialect.mysql.ast.statement that return SQLAssignItem Modifier and Type Method Description SQLAssignItemMysqlAlterFullTextStatement. getItem()Methods in com.alibaba.druid.sql.dialect.mysql.ast.statement that return types with arguments of type SQLAssignItem Modifier and Type Method Description List<SQLAssignItem>MySqlAlterDatabaseSetOption. getOptions()List<SQLAssignItem>MysqlCreateFullTextCharFilterStatement. getOptions()List<SQLAssignItem>MysqlCreateFullTextTokenFilterStatement. getOptions()List<SQLAssignItem>MysqlCreateFullTextTokenizerStatement. getOptions()List<SQLAssignItem>MySqlTableIndex. getOptions()Methods in com.alibaba.druid.sql.dialect.mysql.ast.statement with parameters of type SQLAssignItem Modifier and Type Method Description voidMysqlAlterFullTextStatement. setItem(SQLAssignItem item) -
Uses of SQLAssignItem in com.alibaba.druid.sql.dialect.mysql.parser
Methods in com.alibaba.druid.sql.dialect.mysql.parser that return SQLAssignItem Modifier and Type Method Description SQLAssignItemMySqlExprParser. parseAssignItem(boolean variant, SQLObject parent)Method parameters in com.alibaba.druid.sql.dialect.mysql.parser with type arguments of type SQLAssignItem Modifier and Type Method Description booleanMySqlExprParser. 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 Modifier and Type Method Description booleanMySqlOutputVisitor. visit(SQLAssignItem x) -
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 SQLAssignItem Modifier and Type Field Description protected List<SQLAssignItem>OdpsUnloadStatement. propertiesprotected List<SQLAssignItem>OdpsUnloadStatement. serdePropertiesMethods in com.alibaba.druid.sql.dialect.odps.ast that return types with arguments of type SQLAssignItem Modifier and Type Method Description List<SQLAssignItem>OdpsReadStatement. getPartition()List<SQLAssignItem>OdpsAddTableStatement. getPartitions()List<SQLAssignItem>OdpsCountStatement. getPartitions()List<SQLAssignItem>OdpsExstoreStatement. getPartitions()List<SQLAssignItem>OdpsRestoreStatement. getPartitions()List<SQLAssignItem>OdpsShowChangelogsStatement. getPartitions()List<SQLAssignItem>OdpsUndoTableStatement. getPartitions()List<SQLAssignItem>OdpsUnloadStatement. getPartitions()List<SQLAssignItem>OdpsRestoreStatement. getProperties()List<SQLAssignItem>OdpsShowChangelogsStatement. getProperties()List<SQLAssignItem>OdpsUnloadStatement. getProperties()List<SQLAssignItem>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 SQLAssignItem Modifier and Type Method Description protected 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 SQLAssignItem Modifier and Type Method Description List<SQLAssignItem>OracleAlterSessionStatement. getItems()Method parameters in com.alibaba.druid.sql.dialect.oracle.ast.stmt with type arguments of type SQLAssignItem Modifier and Type Method Description voidOracleAlterSessionStatement. 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 Modifier and Type Method Description booleanOracleOutputVisitor. visit(SQLAssignItem x) -
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 Modifier and Type Method Description booleanPGOutputVisitor. visit(SQLAssignItem x) -
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 SQLAssignItem Modifier and Type Method Description List<SQLAssignItem>PrestoColumnWith. getProperties()Methods in com.alibaba.druid.sql.dialect.presto.ast with parameters of type SQLAssignItem Modifier and Type Method Description voidPrestoColumnWith. addProperty(SQLAssignItem 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 SQLAssignItem Modifier and Type Field Description protected List<SQLAssignItem>SparkCreateTableStatement. mappedByMethods in com.alibaba.druid.sql.dialect.spark.ast that return types with arguments of type SQLAssignItem Modifier and Type Method Description List<SQLAssignItem>SparkCreateTableStatement. getMappedBy() -
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 SQLAssignItem Modifier and Type Field Description protected List<SQLAssignItem>SparkCacheTableStatement. optionsprotected List<SQLAssignItem>SparkCreateScanStatement. optionsMethods in com.alibaba.druid.sql.dialect.spark.ast.stmt that return types with arguments of type SQLAssignItem Modifier and Type Method Description List<SQLAssignItem>SparkCacheTableStatement. getOptions()List<SQLAssignItem>SparkCreateScanStatement. getOptions()Methods in com.alibaba.druid.sql.dialect.spark.ast.stmt with parameters of type SQLAssignItem Modifier and Type Method Description voidSparkCacheTableStatement. 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 Modifier and Type Method Description List<SQLAssignItem>SQLServerSelectQueryBlock. getOptions() -
Uses of SQLAssignItem in com.alibaba.druid.sql.dialect.starrocks.ast
Methods in com.alibaba.druid.sql.dialect.starrocks.ast that return types with arguments of type SQLAssignItem Modifier and Type Method Description List<SQLAssignItem>StarRocksIndexDefinition. getIndexOption() -
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 SQLAssignItem Modifier and Type Field Description protected List<SQLAssignItem>StarRocksCreateTableStatement. brokerPropertiesMethods in com.alibaba.druid.sql.dialect.starrocks.ast.statement that return types with arguments of type SQLAssignItem Modifier and Type Method Description List<SQLAssignItem>StarRocksCreateTableStatement. getBrokerProperties()List<SQLAssignItem>StarRocksCreateResourceStatement. getProperties()Methods in com.alibaba.druid.sql.dialect.starrocks.ast.statement with parameters of type SQLAssignItem Modifier and Type Method Description voidStarRocksCreateResourceStatement. addProperty(SQLAssignItem assignItem)Method parameters in com.alibaba.druid.sql.dialect.starrocks.ast.statement with type arguments of type SQLAssignItem Modifier and Type Method Description voidStarRocksCreateResourceStatement. setProperties(List<SQLAssignItem> properties) -
Uses of SQLAssignItem in com.alibaba.druid.sql.parser
Methods in com.alibaba.druid.sql.parser that return SQLAssignItem Modifier and Type Method Description SQLAssignItemSQLExprParser. parseAssignItem()SQLAssignItemSQLExprParser. parseAssignItem(boolean variant)SQLAssignItemSQLExprParser. parseAssignItem(boolean variant, SQLObject parent)Methods in com.alibaba.druid.sql.parser with parameters of type SQLAssignItem Modifier and Type Method Description protected 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 SQLAssignItem Modifier and Type Method Description voidSQLExprParser. 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 SQLAssignItem Modifier and Type Method Description default 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 SQLAssignItem Modifier and Type Method Description protected voidSQLASTOutputVisitor. printMappedBy(List<SQLAssignItem> mappedBy)
-