public class InsertQuery extends Object implements SafeSqlizable
| Constructor and Description |
|---|
InsertQuery(String schema,
String tableName,
List<String> columns,
SqlQuery query) |
InsertQuery(String schema,
String tableName,
SqlQuery query,
String... columns) |
| Modifier and Type | Method and Description |
|---|---|
void |
appendTo(SafeSqlAppendable builder) |
InsertQuery |
with(String name,
List<String> columnNames,
SqlQuery query) |
InsertQuery |
with(String name,
SqlQuery query) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittoSafeSqlpublic InsertQuery(String schema, String tableName, List<String> columns, SqlQuery query)
public void appendTo(SafeSqlAppendable builder)
appendTo in interface SafeSqlizablepublic InsertQuery with(String name, SqlQuery query)
public InsertQuery with(String name, List<String> columnNames, SqlQuery query)
Copyright © 2017. All rights reserved.