Package org.sqlite.parser.ast
Class Insert
java.lang.Object
org.sqlite.parser.ast.Insert
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal ResolveTypefinal Selectfinal QualifiedNamefinal Upsertfinal With -
Constructor Summary
ConstructorsConstructorDescriptionInsert(With with, ResolveType orConflict, QualifiedName tblName, List<String> columns, Select select, Upsert upsert) -
Method Summary
-
Field Details
-
with
-
orConflict
-
tblName
-
columns
-
select
-
upsert
-
-
Constructor Details
-
Insert
public Insert(With with, ResolveType orConflict, QualifiedName tblName, List<String> columns, Select select, Upsert upsert)
-
-
Method Details
-
toSql
- Specified by:
toSqlin interfaceToSql- Throws:
IOException
-