Package org.sqlite.parser.ast
Class Insert
java.lang.Object
org.sqlite.parser.ast.Insert
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal ResolveType
final Select
final QualifiedName
final Upsert
final 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:
toSql
in interfaceToSql
- Throws:
IOException
-