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)
| 1028 | * This feature is implemented in commercial distributions only. |
| 1029 | */ |
| 1030 | @NotNull |
| 1031 | @Support |
| 1032 | DataType<T> generationLocation(GenerationLocation generationOption); |
| 1033 |
no outgoing calls
no test coverage detected