public class RecordBuilder extends Object
| Modifier and Type | Field and Description |
|---|---|
static RecordBuilder |
me |
| Constructor and Description |
|---|
RecordBuilder() |
| Modifier and Type | Method and Description |
|---|---|
List<Record> |
build(Config config,
ResultSet rs) |
void |
buildLabelNamesAndTypes(ResultSetMetaData rsmd,
String[] labelNames,
int[] types) |
public static final RecordBuilder me
public List<Record> build(Config config, ResultSet rs) throws SQLException
SQLExceptionpublic void buildLabelNamesAndTypes(ResultSetMetaData rsmd, String[] labelNames, int[] types) throws SQLException
SQLExceptionCopyright © 2018. All rights reserved.