public final class InsertBuilder extends Object
| Constructor and Description |
|---|
InsertBuilder(Database database,
SqlTable table,
com.google.common.collect.ImmutableList<SqlPrimaryKey> keys,
com.google.common.collect.ImmutableList<SqlSingleColumn> columns) |
InsertBuilder(Database database,
SqlTable table,
SqlPrimaryKey key,
com.google.common.collect.ImmutableList<SqlSingleColumn> columns) |
| Modifier and Type | Method and Description |
|---|---|
String |
build() |
protected Database |
database() |
protected String |
table(SqlTable table,
boolean alias) |
public InsertBuilder(Database database, SqlTable table, SqlPrimaryKey key, com.google.common.collect.ImmutableList<SqlSingleColumn> columns)
public InsertBuilder(Database database, SqlTable table, com.google.common.collect.ImmutableList<SqlPrimaryKey> keys, com.google.common.collect.ImmutableList<SqlSingleColumn> columns)
Copyright © 2019. All rights reserved.