public class PostgreSqlResultIterator extends ResultIterator
PostgreSqlEngine engine.| Constructor and Description |
|---|
PostgreSqlResultIterator(PreparedStatement statement)
Creates a new instance of
PostgreSqlResultIterator. |
PostgreSqlResultIterator(Statement statement,
String sql)
Creates a new instance of
PostgreSqlResultIterator. |
| Modifier and Type | Method and Description |
|---|---|
ResultColumn |
createResultColumn(String name,
Object value)
Creates a
ResultColumn for the given engine in place. |
close, isClosed, nextpublic PostgreSqlResultIterator(Statement statement, String sql) throws DatabaseEngineException
PostgreSqlResultIterator.statement - The statement.sql - The sql statement.DatabaseEngineException - If a database access error occurs.public PostgreSqlResultIterator(PreparedStatement statement) throws DatabaseEngineException
PostgreSqlResultIterator.statement - The prepared statement.DatabaseEngineException - If a database access error occurs.public ResultColumn createResultColumn(String name, Object value)
ResultIteratorResultColumn for the given engine in place.createResultColumn in class ResultIteratorname - The name of the column.value - The value on the column.Copyright © 2014 Feedzai. All Rights Reserved.