Value

ldbc.core.Default.Value
case class Value[T](_value: T) extends Default

Model to be used when a value matching the DataType type is set.

Type parameters

T

Scala types that match SQL DataType

Value parameters

_value

Value set as the default value for DataType

Attributes

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

Members list

Value members

Concrete methods

override def queryString: String

Define SQL query string for each DataType.

Define SQL query string for each DataType.

Attributes

Returns

SQL query string

Definition Classes
override def value: String

Value set as the default value for DataType

Value set as the default value for DataType

Attributes

Definition Classes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Default -> Any
Inherited from:
Default