Uses of Enum Class
org.jooq.conf.FetchIntermediateResult
Packages that use FetchIntermediateResult
-
Uses of FetchIntermediateResult in org.jooq.conf
Fields in org.jooq.conf declared as FetchIntermediateResultModifier and TypeFieldDescriptionprotected FetchIntermediateResult
Settings.fetchIntermediateResult
Methods in org.jooq.conf that return FetchIntermediateResultModifier and TypeMethodDescriptionstatic FetchIntermediateResult
Settings.getFetchIntermediateResult()
Whether to fetch data into intermediateResult
instances.static FetchIntermediateResult
Returns the enum constant of this class with the specified name.static FetchIntermediateResult[]
FetchIntermediateResult.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jooq.conf with parameters of type FetchIntermediateResultModifier and TypeMethodDescriptionvoid
Settings.setFetchIntermediateResult
(FetchIntermediateResult value) Whether to fetch data into intermediateResult
instances.Settings.withFetchIntermediateResult
(FetchIntermediateResult value) Whether to fetch data into intermediateResult
instances.