public final class SqlOutput extends Object
| Constructor and Description |
|---|
SqlOutput() |
| Modifier and Type | Method and Description |
|---|---|
static <T> List<T> |
toList(org.jooq.Result<org.jooq.Record> queryResult,
String column) |
static List<ConcurrentMap<String,Object>> |
toMatrix(org.jooq.Result<org.jooq.Record> queryResult,
String[] columns) |
Copyright © 2020. All rights reserved.