Package | Description |
---|---|
org.openlowcode.server.data.storage | |
org.openlowcode.server.data.storage.standardjdbc |
Modifier and Type | Method and Description |
---|---|
StoredTableRow |
UpdateQuery.getRow() |
Modifier and Type | Method and Description |
---|---|
void |
PersistentStorage.insertOnDB(StoredTableRow row)
Insert a single row in the persistent storage
|
Constructor and Description |
---|
UpdateQuery(StoredTableRow row,
QueryCondition condition)
creates an update query
|
Modifier and Type | Method and Description |
---|---|
void |
BaseJDBCStorage.insertOnDB(StoredTableRow row) |