MCPcopy
hub / github.com/jOOQ/jOOQ / default_

Method default_

jOOQ/src/main/java/org/jooq/DataType.java:1249–1249  ·  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(). @see #defaultValue(Field)

(T defaultValue)

Source from the content-addressed store, hash-verified

1247 * @see #defaultValue(Field)
1248 */
1249 @NotNull
1250 @Support({ CLICKHOUSE, CUBRID, DERBY, DUCKDB, FIREBIRD, H2, HSQLDB, IGNITE, MARIADB, MYSQL, POSTGRES, SQLITE, YUGABYTEDB })
1251 DataType<T> default_(T defaultValue);
1252

Callers 15

initColumnsMethod · 0.95
createDomainMethod · 0.65
default_Method · 0.65
acceptMerge0Method · 0.65
DomainDataTypeMethod · 0.65
patchDefaultMethod · 0.65
acceptMethod · 0.65
default_Method · 0.65
parseInsertMethod · 0.65
parseSetClauseListMethod · 0.65
parseMergeMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected