public class PostgresUpdate extends org.hcjf.layers.storage.actions.Update<PostgresStorageSession>
| Constructor | Description |
|---|---|
PostgresUpdate(PostgresStorageSession session) |
| Modifier and Type | Method | Description |
|---|---|---|
<R extends org.hcjf.layers.storage.actions.ResultSet> |
execute(java.lang.Object... params) |
Builds and executes the update sentence.
|
public PostgresUpdate(PostgresStorageSession session)
public <R extends org.hcjf.layers.storage.actions.ResultSet> R execute(java.lang.Object... params)
throws org.hcjf.layers.storage.StorageAccessException
execute in class org.hcjf.layers.storage.actions.StorageAction<PostgresStorageSession>R - Expected result set.params - Query parametersorg.hcjf.layers.storage.StorageAccessException - StorageAccessExceptionCopyright © 2017. All rights reserved.