Package org.sqlite.parser.ast
Class Upsert
java.lang.Object
org.sqlite.parser.ast.Upsert
- All Implemented Interfaces:
ToSql
An instance of this object holds the argument of the ON CONFLICT
clause of an UPSERT.
-
Field Details
-
targets
-
targetWhere
-
sets
-
where
-
-
Constructor Details
-
Upsert
-
-
Method Details
-
toSql
- Specified by:
toSql
in interfaceToSql
- Throws:
IOException
-