Uses of Class
com.alibaba.druid.sql.ast.statement.SQLUpdateSetItem
-
-
Uses of SQLUpdateSetItem in com.alibaba.druid.sql
Methods in com.alibaba.druid.sql that return SQLUpdateSetItem Modifier and Type Method Description static SQLUpdateSetItemSQLUtils. toUpdateSetItem(String sql, DbType dbType) -
Uses of SQLUpdateSetItem in com.alibaba.druid.sql.ast.statement
Fields in com.alibaba.druid.sql.ast.statement with type parameters of type SQLUpdateSetItem Modifier and Type Field Description protected List<SQLUpdateSetItem>SQLUpdateStatement. itemsMethods in com.alibaba.druid.sql.ast.statement that return SQLUpdateSetItem Modifier and Type Method Description SQLUpdateSetItemSQLUpdateSetItem. clone()SQLUpdateSetItemSQLMergeStatement.WhenUpdate. findItemByColumn(SQLExpr column)Methods in com.alibaba.druid.sql.ast.statement that return types with arguments of type SQLUpdateSetItem Modifier and Type Method Description List<SQLUpdateSetItem>SQLMergeStatement.WhenUpdate. getItems()List<SQLUpdateSetItem>SQLUpdateStatement. getItems()Methods in com.alibaba.druid.sql.ast.statement with parameters of type SQLUpdateSetItem Modifier and Type Method Description voidSQLMergeStatement.WhenUpdate. addItem(SQLUpdateSetItem item)voidSQLUpdateStatement. addItem(SQLUpdateSetItem item)voidSQLUpdateSetItem. cloneTo(SQLUpdateSetItem x) -
Uses of SQLUpdateSetItem in com.alibaba.druid.sql.dialect.clickhouse.ast
Fields in com.alibaba.druid.sql.dialect.clickhouse.ast with type parameters of type SQLUpdateSetItem Modifier and Type Field Description protected List<SQLUpdateSetItem>CKAlterTableUpdateStatement. itemsMethods in com.alibaba.druid.sql.dialect.clickhouse.ast that return types with arguments of type SQLUpdateSetItem Modifier and Type Method Description List<SQLUpdateSetItem>CKAlterTableUpdateStatement. getItems() -
Uses of SQLUpdateSetItem in com.alibaba.druid.sql.dialect.oscar.ast.stmt
Methods in com.alibaba.druid.sql.dialect.oscar.ast.stmt that return types with arguments of type SQLUpdateSetItem Modifier and Type Method Description List<SQLUpdateSetItem>OscarInsertStatement. getOnConflictUpdateSetItems()Methods in com.alibaba.druid.sql.dialect.oscar.ast.stmt with parameters of type SQLUpdateSetItem Modifier and Type Method Description voidOscarInsertStatement. addConflicUpdateItem(SQLUpdateSetItem item) -
Uses of SQLUpdateSetItem in com.alibaba.druid.sql.dialect.postgresql.ast.stmt
Methods in com.alibaba.druid.sql.dialect.postgresql.ast.stmt that return types with arguments of type SQLUpdateSetItem Modifier and Type Method Description List<SQLUpdateSetItem>PGInsertStatement. getOnConflictUpdateSetItems()Methods in com.alibaba.druid.sql.dialect.postgresql.ast.stmt with parameters of type SQLUpdateSetItem Modifier and Type Method Description voidPGInsertStatement. addConflicUpdateItem(SQLUpdateSetItem item) -
Uses of SQLUpdateSetItem in com.alibaba.druid.sql.dialect.postgresql.parser
Methods in com.alibaba.druid.sql.dialect.postgresql.parser with parameters of type SQLUpdateSetItem Modifier and Type Method Description protected voidPGExprParser. parseUpdateSetItemLbracket(SQLUpdateSetItem item) -
Uses of SQLUpdateSetItem in com.alibaba.druid.sql.parser
Methods in com.alibaba.druid.sql.parser that return SQLUpdateSetItem Modifier and Type Method Description SQLUpdateSetItemSQLExprParser. parseUpdateSetItem()Methods in com.alibaba.druid.sql.parser with parameters of type SQLUpdateSetItem Modifier and Type Method Description protected voidSQLExprParser. parseUpdateSetItemLbracket(SQLUpdateSetItem item) -
Uses of SQLUpdateSetItem in com.alibaba.druid.sql.visitor
Methods in com.alibaba.druid.sql.visitor with parameters of type SQLUpdateSetItem Modifier and Type Method Description default voidSQLASTVisitor. endVisit(SQLUpdateSetItem x)booleanSchemaStatVisitor. visit(SQLUpdateSetItem x)booleanSQLASTOutputVisitor. visit(SQLUpdateSetItem x)default booleanSQLASTVisitor. visit(SQLUpdateSetItem x)
-