public class PostgresSelect extends org.hcjf.layers.storage.actions.Select<PostgresStorageSession>
| Constructor and Description |
|---|
PostgresSelect(PostgresStorageSession session) |
| Modifier and Type | Method and Description |
|---|---|
<R extends org.hcjf.layers.storage.actions.ResultSet> |
execute(Object... params)
Creates a prepared statement from the internal query and execute this statement
into postgres engine and transform the postgres result set to a hcjf result set.
|
public PostgresSelect(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 - Execution parameter.org.hcjf.layers.storage.StorageAccessException - Throw this exception for any error executing the postgres select.Copyright © 2017. All Rights Reserved.