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