Default

ldbc.core.Default
See theDefault companion object
trait Default

Trait for setting SQL Default values

Attributes

Companion
object
Source
Default.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Date
object Null
class TimeStamp
class Value[T]

Members list

Value members

Abstract methods

Define SQL query string for each DataType.

Define SQL query string for each DataType.

Attributes

Returns

SQL query string

Source
Default.scala
def value: String

Value set as the default value for DataType

Value set as the default value for DataType

Attributes

Source
Default.scala

Concrete methods

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