Modifier and Type | Field | Description |
---|---|---|
List<String> |
columns |
|
ResolveType |
orConflict |
|
Select |
select |
|
QualifiedName |
tblName |
|
Upsert |
upsert |
|
With |
with |
Constructor | Description |
---|---|
Insert(With with,
ResolveType orConflict,
QualifiedName tblName,
List<String> columns,
Select select,
Upsert upsert) |
Modifier and Type | Method | Description |
---|---|---|
void |
toSql(Appendable a) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comma, commaNames, doubleQuote, isEmpty, isNotEmpty, nullToEmpty, requireNotEmpty, singleQuote, toSql
public final With with
public final ResolveType orConflict
public final QualifiedName tblName
public final Select select
public final Upsert upsert
public Insert(With with, ResolveType orConflict, QualifiedName tblName, List<String> columns, Select select, Upsert upsert)
public void toSql(Appendable a) throws IOException
toSql
in interface ToSql
IOException
Copyright © 2018. All rights reserved.