Package lib.aide.tabular
Class JooqRowsSupplier.Builder
java.lang.Object
lib.aide.tabular.JooqRowsSupplier.Builder
- Enclosing class:
JooqRowsSupplier
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()includeGeneratedSqlInErrorResp(boolean flag) includeGeneratedSqlInResp(boolean flag) withDSL(org.jooq.DSLContext dsl) withLogger(org.slf4j.Logger logger) withQuery(Class<?> tablesClass, String schema, String tableLikeName, org.jooq.Query customQuery, ArrayList<Object> bindValues) withRequest(TabularRowsRequest request) withTable(org.jooq.Table<?> table)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withRequest
-
withTable
-
withTable
public JooqRowsSupplier.Builder withTable(Class<?> tablesClass, @Nullable String schemaName, String tableLikeName) -
withDSL
-
includeGeneratedSqlInResp
-
includeGeneratedSqlInErrorResp
-
withLogger
-
withQuery
-
build
-