Class Update
java.lang.Object
net.sf.jsqlparser.statement.update.Update
- All Implemented Interfaces:
Serializable
,Model
,Statement
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate FromItem
private Limit
private boolean
private UpdateModifierPriority
private OracleHint
private List
<OrderByElement> private OutputClause
private ReturningClause
private Table
private Expression
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(StatementVisitor statementVisitor) addColumns
(Collection<? extends Column> columns) addColumns
(Column... columns) addExpressions
(Collection<? extends Expression> expressions) addExpressions
(Expression... expressions) addJoins
(Collection<? extends Join> joins) addOrderByElements
(Collection<? extends OrderByElement> orderByElements) addOrderByElements
(OrderByElement... orderByElements) addStartJoins
(Collection<? extends Join> startJoins) addStartJoins
(Join... startJoins) addUpdateSet
(Column column, Expression expression) addUpdateSet
(UpdateSet updateSet) addWithItemsList
(Collection<? extends WithItem> withItemsList) addWithItemsList
(WithItem... withItemsList) Deprecated.Deprecated.<E extends FromItem>
EgetFromItem
(Class<E> type) getJoins()
getLimit()
Deprecated.getTable()
getUpdateSet
(int index) getWhere()
<E extends Expression>
Eboolean
boolean
Deprecated.boolean
Deprecated.void
setColumns
(List<Column> list) Deprecated.void
setExpressions
(List<Expression> list) Deprecated.void
setFromItem
(FromItem fromItem) void
void
void
setModifierIgnore
(boolean modifierIgnore) void
setModifierPriority
(UpdateModifierPriority modifierPriority) void
setOracleHint
(OracleHint oracleHint) void
setOrderByElements
(List<OrderByElement> orderByElements) void
setOutputClause
(OutputClause outputClause) setReturningClause
(ReturningClause returningClause) void
Deprecated.void
setStartJoins
(List<Join> startJoins) void
void
setUpdateSets
(List<UpdateSet> updateSets) void
setUseColumnsBrackets
(boolean useColumnsBrackets) Deprecated.void
setUseSelect
(boolean useSelect) Deprecated.void
setWhere
(Expression expression) void
setWithItemsList
(List<WithItem> withItemsList) toString()
withColumns
(List<Column> columns) withExpressions
(List<Expression> expressions) withFromItem
(FromItem fromItem) withModifierIgnore
(boolean modifierIgnore) withModifierPriority
(UpdateModifierPriority modifierPriority) withOrderByElements
(List<OrderByElement> orderByElements) withSelect
(Select select) withStartJoins
(List<Join> startJoins) withUpdateSets
(List<UpdateSet> updateSets) withUseColumnsBrackets
(boolean useColumnsBrackets) withUseSelect
(boolean useSelect) withWhere
(Expression where) withWithItemsList
(List<WithItem> withItemsList)
-
Field Details
-
withItemsList
-
table
-
where
-
updateSets
-
fromItem
-
joins
-
startJoins
-
oracleHint
-
orderByElements
-
limit
-
returningClause
-
modifierPriority
-
modifierIgnore
private boolean modifierIgnore -
outputClause
-
-
Constructor Details
-
Update
public Update()
-
-
Method Details
-
getOutputClause
-
setOutputClause
-
getUpdateSets
-
getUpdateSet
-
setUpdateSets
-
withUpdateSets
-
accept
-
getWithItemsList
-
setWithItemsList
-
withWithItemsList
-
addWithItemsList
-
addWithItemsList
-
getTable
-
getWhere
-
setTable
-
setWhere
-
getOracleHint
-
setOracleHint
-
addUpdateSet
-
addUpdateSet
-
getColumns
Deprecated. -
getExpressions
Deprecated. -
setColumns
Deprecated. -
setExpressions
Deprecated. -
getFromItem
-
setFromItem
-
getJoins
-
setJoins
-
getStartJoins
-
setStartJoins
-
getSelect
Deprecated. -
setSelect
Deprecated. -
isUseColumnsBrackets
Deprecated. -
setUseColumnsBrackets
Deprecated. -
isUseSelect
Deprecated. -
setUseSelect
Deprecated. -
setOrderByElements
-
setLimit
-
getOrderByElements
-
getLimit
-
getReturningClause
-
setReturningClause
-
getModifierPriority
-
setModifierPriority
-
isModifierIgnore
public boolean isModifierIgnore() -
setModifierIgnore
public void setModifierIgnore(boolean modifierIgnore) -
toString
-
withTable
-
withFromItem
-
withJoins
-
withStartJoins
-
withSelect
-
withUseColumnsBrackets
-
withUseSelect
-
withOrderByElements
-
withLimit
-
withWhere
-
withColumns
-
withExpressions
-
withModifierPriority
-
withModifierIgnore
-
addColumns
-
addColumns
-
addExpressions
-
addExpressions
-
addJoins
-
addJoins
-
addStartJoins
-
addStartJoins
-
addOrderByElements
-
addOrderByElements
-
getWhere
-
getFromItem
-