Value

ldbc.codegen.model.ColumnDefinition.Attribute.Default.Value
case class Value(value: String | Int | Double | Boolean) extends Default

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
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Default
trait Attribute
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def toCode(isOptional: Boolean): String

Attributes

Definition Classes
Source
ColumnDefinition.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product