Class SqlOutput


  • public final class SqlOutput
    extends Object
    • Constructor Detail

      • SqlOutput

        public SqlOutput()
    • Method Detail

      • toList

        public static <T> List<T> toList​(org.jooq.Result<org.jooq.Record> queryResult,
                                         String column)