Uses of Interface
org.jooq.CloseableQuery
-
Uses of CloseableQuery in org.jooq
Modifier and TypeInterfaceDescriptioninterface
CloseableResultQuery<R extends Record>
AResultQuery
that holds a reference to the underlyingPreparedStatement
without closing it, for reuse.Modifier and TypeMethodDescription@NotNull CloseableQuery
@NotNull CloseableQuery
@NotNull CloseableQuery
CloseableQuery.keepStatement
(boolean keepStatement) @NotNull CloseableQuery
Query.keepStatement
(boolean keepStatement) Keep the query's underlying statement open after execution.@NotNull CloseableQuery
CloseableQuery.poolable
(boolean poolable) @NotNull CloseableQuery
CloseableQuery.queryTimeout
(int seconds)