MCPcopy
hub / github.com/jOOQ/jOOQ / generatedAlwaysAs

Method generatedAlwaysAs

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

Set the computed column expression of this data type to a constant value. This implicitly sets #readonly() to true . This feature is implemented in commercial distributions only.

(T generatedAlwaysAsValue)

Source from the content-addressed store, hash-verified

908 * This feature is implemented in commercial distributions only.
909 */
910 @NotNull
911 @Support({ CLICKHOUSE, DERBY, DUCKDB, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES })
912 DataType<T> generatedAlwaysAs(T generatedAlwaysAsValue);
913

Callers 15

initColumnsMethod · 0.95
mergeMethod · 0.65
AbstractTypedNamedMethod · 0.65
typeMethod · 0.65
exportTable0Method · 0.65
createFieldMethod · 0.65
accept0Method · 0.65
mapDefinedType0Method · 0.65
getElements2_0Method · 0.65
getElements1_4Method · 0.65
getElements0Method · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected