public class SqlResultSetReader extends Object
| Constructor | Description |
|---|---|
SqlResultSetReader() |
| Modifier and Type | Method | Description |
|---|---|---|
static Table |
read(ResultSet resultSet,
String tableName) |
Returns a new table with the given tableName, constructed from the given result set
|
public static Table read(ResultSet resultSet, String tableName) throws SQLException
SQLException - if there is a problem detected in the databaseCopyright © 2018. All rights reserved.