public class UpdateStatement extends TableStatement
| Constructor and Description |
|---|
UpdateStatement(String table,
String idColumn,
String idValue)
Creates a new instance of UpdateStatement.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getIdColumn() |
String |
getIdValue() |
String |
toSql()
Prints this statement as SQL.
|
addValue, getTable, getValuestoStringpublic String toSql()
EntityStatementtoSql in class EntityStatement@Generated(value="lombok") public String getIdColumn()
@Generated(value="lombok") public String getIdValue()
Copyright © 2017 fastnate.org. All rights reserved.