Uses of Enum Class
org.jooq.conf.FetchTriggerValuesAfterReturning
Packages that use FetchTriggerValuesAfterReturning
-
Uses of FetchTriggerValuesAfterReturning in org.jooq.conf
Fields in org.jooq.conf declared as FetchTriggerValuesAfterReturningModifier and TypeFieldDescriptionprotected FetchTriggerValuesAfterReturningSettings.fetchTriggerValuesAfterReturningMethods in org.jooq.conf that return FetchTriggerValuesAfterReturningModifier and TypeMethodDescriptionSettings.getFetchTriggerValuesAfterReturning()Fetch trigger values after aRETURNINGclause in dialects that don't have native support for this.Returns the enum constant of this class with the specified name.static FetchTriggerValuesAfterReturning[]FetchTriggerValuesAfterReturning.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 FetchTriggerValuesAfterReturningModifier and TypeMethodDescriptionvoidSettings.setFetchTriggerValuesAfterReturning(FetchTriggerValuesAfterReturning value) Fetch trigger values after aRETURNINGclause in dialects that don't have native support for this.Settings.withFetchTriggerValuesAfterReturning(FetchTriggerValuesAfterReturning value) Fetch trigger values after aRETURNINGclause in dialects that don't have native support for this.