MCPcopy
hub / github.com/jOOQ/jOOQ / generationLocation

Method generationLocation

jOOQ/src/main/java/org/jooq/DataType.java:1030–1030  ·  view source on GitHub ↗

Set the #generationLocation() of the computed column expression. Specifies whether the #generatedAlwaysAs() expression is computed on the GenerationLocation#SERVER (by default) or in the GenerationLocation#CLIENT. The latter is supported in all dialects, the forme

(GenerationLocation generationOption)

Source from the content-addressed store, hash-verified

1028 * This feature is implemented in commercial distributions only.
1029 */
1030 @NotNull
1031 @Support
1032 DataType<T> generationLocation(GenerationLocation generationOption);
1033

Callers 5

generationLocationMethod · 0.65
DomainDataTypeMethod · 0.65
generationLocationMethod · 0.65
createFieldMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected