| Constructor and Description |
|---|
RecordUtils() |
| Modifier and Type | Method and Description |
|---|---|
static List<Record> |
executeList(JdbcResultSet rs) |
static List<Record> |
executeList(JdbcStatement stat) |
static Record |
executeSingle(JdbcStatement stat) |
static String[] |
getColumnLabels(ResultSet rs) |
public static Record executeSingle(JdbcStatement stat) throws SQLException
SQLExceptionpublic static List<Record> executeList(JdbcStatement stat) throws SQLException
SQLExceptionpublic static List<Record> executeList(JdbcResultSet rs) throws SQLException
SQLExceptionpublic static String[] getColumnLabels(ResultSet rs) throws SQLException
SQLExceptionCopyright © 2017. All rights reserved.