public interface TableStatement extends EntityStatement
Modifier and Type | Method and Description |
---|---|
GeneratorTable |
getTable()
The affected table of this update / insert statement.
|
void |
setColumnValue(GeneratorColumn column,
ColumnExpression value)
Sets a plain expression for a specific column.
|
toSql
GeneratorTable getTable()
void setColumnValue(GeneratorColumn column, ColumnExpression value)
column
- the metadata of the columnvalue
- the value expressionCopyright © 2022 fastnate.org. All rights reserved.