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
SQLException
public void buildLabelNamesAndTypes(ResultSetMetaData rsmd, String[] labelNames, int[] types) throws SQLException
SQLException
Copyright © 2018. All rights reserved.