Date

ldbc.core.Default.Date
case class Date() extends Default

Model for setting Date-specific Default values.

Attributes

Source
Default.scala
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
Source
Default.scala
override def value: String

Value set as the default value for DataType

Value set as the default value for DataType

Attributes

Definition Classes
Source
Default.scala

Inherited methods

Attributes

Inherited from:
Product

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
Source
Default.scala