Package org.h2.command.dml
Class SetClauseList.SetSimple
java.lang.Object
org.h2.command.dml.SetClauseList.UpdateAction
org.h2.command.dml.SetClauseList.SetSimple
- Enclosing class:
SetClauseList
-
Field Summary
FieldsFields inherited from class org.h2.command.dml.SetClauseList.UpdateAction
ON_UPDATE, SET_DEFAULT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) voidgetSQL(StringBuilder builder, int sqlFlags, Column column) (package private) booleanisEverything(ExpressionVisitor visitor) (package private) voidmapAndOptimize(SessionLocal session, ColumnResolver resolver1, ColumnResolver resolver2) (package private) Valueupdate(SessionLocal session)
-
Field Details
-
expression
-
-
Constructor Details
-
SetSimple
SetSimple(Expression expression)
-
-
Method Details
-
update
- Overrides:
updatein classSetClauseList.UpdateAction
-
isEverything
- Overrides:
isEverythingin classSetClauseList.UpdateAction
-
mapAndOptimize
- Overrides:
mapAndOptimizein classSetClauseList.UpdateAction
-
getSQL
- Overrides:
getSQLin classSetClauseList.UpdateAction
-