Package io.vertx.tp.modular.sql
Class SqlOutput
- java.lang.Object
-
- io.vertx.tp.modular.sql.SqlOutput
-
public final class SqlOutput extends Object
-
-
Constructor Summary
Constructors Constructor Description SqlOutput()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method 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)
-