public class PostgresSelect extends org.hcjf.layers.storage.actions.Select<PostgresStorageSession>
| Constructor | Description |
|---|---|
PostgresSelect(PostgresStorageSession session) |
| Modifier and Type | Method | Description |
|---|---|---|
<R extends org.hcjf.layers.storage.actions.ResultSet> |
execute(java.lang.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(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 - Execution parameter.org.hcjf.layers.storage.StorageAccessException - Throw this exception for any error executing the postgres select.Copyright © 2017. All rights reserved.