public class FastResultSet extends Object
| Constructor and Description |
|---|
FastResultSet(ResultSet rs) |
FastResultSet(ResultSet rs,
List<String> columnNames) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
List<String> |
getColumnNames() |
static List<String> |
getColumnNames(ResultSetMetaData rsmd) |
Object |
getObject(String columnName)
Reads specified column from result set.
|
boolean |
next() |
void |
reset() |
public FastResultSet(ResultSet rs) throws SQLException
SQLExceptionpublic FastResultSet(ResultSet rs, List<String> columnNames) throws SQLException
SQLExceptionpublic static List<String> getColumnNames(ResultSetMetaData rsmd) throws SQLException
SQLExceptionpublic Object getObject(String columnName) throws SQLException
SQLExceptionpublic void reset()
throws SQLException
SQLExceptionpublic boolean next()
throws SQLException
SQLExceptionpublic void close()
throws SQLException
SQLExceptionThis software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.