MCPcopy
hub / github.com/jOOQ/jOOQ / defaultValue

Method defaultValue

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

Specify an expression to be applied as the DEFAULT value for this data type. [#5709] A defaulted column cannot have an #identity(). This is an alias for #default_(Object). @see #defaultValue(Field)

(T defaultValue)

Source from the content-addressed store, hash-verified

1202 * @see #defaultValue(Field)
1203 */
1204 @NotNull
1205 @Support({ CLICKHOUSE, CUBRID, DERBY, DUCKDB, FIREBIRD, H2, HSQLDB, IGNITE, MARIADB, MYSQL, POSTGRES, SQLITE, YUGABYTEDB })
1206 DataType<T> defaultValue(T defaultValue);
1207

Callers 15

getTypeReference0Method · 0.65
appendDomainsMethod · 0.65
mergeMethod · 0.65
emulateEnumTypeMethod · 0.65
DefaultDataTypeMethod · 0.65
parseZeroOneDefaultMethod · 0.65
exportUDT0Method · 0.65
exportTable0Method · 0.65
accept0Method · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected