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)
| 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 |
no outgoing calls
no test coverage detected