Default

ldbc.codegen.model.ColumnDefinition.Attribute.Default
See theDefault companion trait
object Default

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class 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

Supertypes
trait Serializable
trait Product
trait Equals
trait Default
trait Attribute
class Object
trait Matchable
class Any
Show all
object Null extends Default

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

Supertypes
trait Default
trait Attribute
class Object
trait Matchable
class Any
Self type
Null.type
case class Value(value: String | Int | Boolean) extends Default

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

Supertypes
trait Serializable
trait Product
trait Equals
trait Default
trait Attribute
class Object
trait Matchable
class Any
Show all