public interface SQLResultSet extends AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
<T,E> T |
get(Expression<T,E> expr) |
<T,E> T |
get(Expression<T,E> expr,
SQLValueParser<T,E> parser) |
<T,E> T |
get(int column,
SQLType<T,E> type) |
<T,E> T |
get(int column,
SQLType<T,E> type,
SQLValueParser<T,E> parser) |
boolean |
next() |
closeboolean next()
throws SQLException
SQLException<T,E> T get(Expression<T,E> expr) throws SQLException
T - The final java type of the expression.E - The result set read java type of the expression.expr - SQLException<T,E> T get(int column,
SQLType<T,E> type)
throws SQLException
T - The final java type of the expression.E - The result set read java type of the expression.column - type - SQLException<T,E> T get(Expression<T,E> expr, SQLValueParser<T,E> parser) throws SQLException
T - The final java type of the expression.E - The result set read java type of the expression.expr - parser - SQLException<T,E> T get(int column,
SQLType<T,E> type,
SQLValueParser<T,E> parser)
throws SQLException
T - The final java type of the expression.E - The result set read java type of the expression.column - type - parser - SQLExceptionCopyright © 2015–2017 Bridje Framework. All rights reserved.