Package org.sqlite.parser.ast
Class Update
java.lang.Object
org.sqlite.parser.ast.Update
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal Indexed
final Limit
final ResolveType
final List<SortedColumn>
final QualifiedName
final Expr
final With
-
Constructor Summary
ConstructorsConstructorDescriptionUpdate
(With with, ResolveType orConflict, QualifiedName tblName, Indexed indexed, List<Set> sets, Expr whereClause, List<SortedColumn> orderBy, Limit limit) -
Method Summary
-
Field Details
-
with
-
orConflict
-
tblName
-
indexed
-
sets
-
whereClause
-
orderBy
-
limit
-
-
Constructor Details
-
Update
public Update(With with, ResolveType orConflict, QualifiedName tblName, Indexed indexed, List<Set> sets, Expr whereClause, List<SortedColumn> orderBy, Limit limit)
-
-
Method Details
-
toSql
- Specified by:
toSql
in interfaceToSql
- Throws:
IOException
-