Uses of Interface
org.jooq.FutureResult
-
Packages that use FutureResult Package Description org.jooq Theorg.jooq
package contains jOOQ's public API. -
-
Uses of FutureResult in org.jooq
Methods in org.jooq that return FutureResult Modifier and Type Method Description FutureResult<R>
ResultQuery. fetchLater()
Deprecated.- 3.2.0 - [#2581] - This method will be removed in jOOQ 4.0FutureResult<R>
ResultQuery. fetchLater(ExecutorService executor)
Deprecated.- 3.2.0 - [#2581] - This method will be removed in jOOQ 4.0
-