ldbc.codegen.model.ColumnDefinition.Attribute.Default
See theDefault companion trait
object Default
Attributes
- Companion
- trait
- Source
- ColumnDefinition.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Default.type
Members list
Type members
Classlikes
case class CurrentTimestamp(onUpdate: Boolean) extends Default
Model for setting TimeStamp-specific Default values.
Model for setting TimeStamp-specific Default values.
Value parameters
- onUpdate
-
Value to determine whether to set additional information
Attributes
- Source
- ColumnDefinition.scala
- Supertypes
Object for setting NULL as the Default value when the SQL DataType is NULL-allowed.
Object for setting NULL as the Default value when the SQL DataType is NULL-allowed.
Attributes
- Source
- ColumnDefinition.scala
- Supertypes
- Self type
-
Null.type
Model to be used when a value matching the DataType type is set.
Model to be used when a value matching the DataType type is set.
Value parameters
- value
-
Value set as the default value for DataType
Attributes
- Source
- ColumnDefinition.scala
- Supertypes
In this article