Default

ldbc.core.Default
See theDefault companion object
trait Default

Trait for setting SQL Default values

Attributes

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

Members list

Value members

Abstract methods

def queryString: String

Define SQL query string for each DataType.

Define SQL query string for each DataType.

Attributes

Returns

SQL query string

def value: String

Value set as the default value for DataType

Value set as the default value for DataType

Attributes

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