public abstract class TableStatement extends EntityStatement
| Constructor and Description |
|---|
TableStatement(String table) |
| Modifier and Type | Method and Description |
|---|---|
void |
addValue(String column,
String value)
Adds a value to the list of value expressions.
|
String |
getTable()
The main table of this update / insert statement.
|
Map<String,String> |
getValues()
The columns and their values.
|
toSql, toString@ConstructorProperties(value="table") @Generated(value="lombok") public TableStatement(String table)
public void addValue(String column, String value)
column - the column namevalue - the expression value (as expression, that is including surrounding ' for string literals)@Generated(value="lombok") public String getTable()
@Generated(value="lombok") public Map<String,String> getValues()
Copyright © 2017 fastnate.org. All rights reserved.