Uses of Class
lib.aide.tabular.JooqRowsSupplier.Builder
Packages that use JooqRowsSupplier.Builder
-
Uses of JooqRowsSupplier.Builder in lib.aide.tabular
Methods in lib.aide.tabular that return JooqRowsSupplier.BuilderModifier and TypeMethodDescriptionJooqRowsSupplier.Builder.includeGeneratedSqlInErrorResp
(boolean flag) JooqRowsSupplier.Builder.includeGeneratedSqlInResp
(boolean flag) JooqRowsSupplier.Builder.withDSL
(org.jooq.DSLContext dsl) JooqRowsSupplier.Builder.withLogger
(org.slf4j.Logger logger) JooqRowsSupplier.Builder.withQuery
(Class<?> tablesClass, String schema, String tableLikeName, org.jooq.Query customQuery, ArrayList<Object> bindValues) JooqRowsSupplier.Builder.withRequest
(TabularRowsRequest request) JooqRowsSupplier.Builder.withTable
(org.jooq.Table<?> table)