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<Row> |
build(Config config,
ResultSet rs) |
List<Row> |
build(Config config,
ResultSet rs,
java.util.function.Function<Row,Boolean> func) |
List<Row> |
buildJsonFields(Config config,
ResultSet rs,
String[] jsonFields) |
List<Row> |
buildJsonFields(Config config,
ResultSet rs,
String[] jsonFields,
java.util.function.Function<Row,Boolean> func) |
void |
buildLabelNamesAndTypes(ResultSetMetaData rsmd,
String[] labelNames,
int[] types) |
public static final RecordBuilder me
public List<Row> build(Config config, ResultSet rs) throws SQLException
SQLExceptionpublic List<Row> buildJsonFields(Config config, ResultSet rs, String[] jsonFields) throws SQLException
SQLExceptionpublic List<Row> build(Config config, ResultSet rs, java.util.function.Function<Row,Boolean> func) throws SQLException
SQLExceptionpublic List<Row> buildJsonFields(Config config, ResultSet rs, String[] jsonFields, java.util.function.Function<Row,Boolean> func) throws SQLException
SQLExceptionpublic void buildLabelNamesAndTypes(ResultSetMetaData rsmd, String[] labelNames, int[] types) throws SQLException
SQLExceptionCopyright © 2026. All rights reserved.