public class SqlResultSetReader
extends java.lang.Object
Constructor and Description |
---|
SqlResultSetReader() |
Modifier and Type | Method and Description |
---|---|
static Table |
read(java.sql.ResultSet resultSet,
java.lang.String tableName)
Returns a new table with the given tableName, constructed from the given result set
|
public static Table read(java.sql.ResultSet resultSet, java.lang.String tableName) throws java.sql.SQLException
java.sql.SQLException