Package org.sqlite.parser.ast
Class Update
java.lang.Object
org.sqlite.parser.ast.Update
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal Indexedfinal Limitfinal ResolveTypefinal List<SortedColumn>final QualifiedNamefinal Exprfinal 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:
toSqlin interfaceToSql- Throws:
IOException
-