public class PostgresUpdate extends org.hcjf.layers.storage.actions.Update<PostgresStorageSession>
| Constructor and Description |
|---|
PostgresUpdate(PostgresStorageSession session) |
| Modifier and Type | Method and Description |
|---|---|
<R extends org.hcjf.layers.storage.actions.ResultSet> |
execute(Object... params)
Builds and executes the update sentence.
|
public PostgresUpdate(PostgresStorageSession session)
public <R extends org.hcjf.layers.storage.actions.ResultSet> R execute(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.