Null

ldbc.core.Default.Null
object Null extends Default

Object for setting NULL as the Default value when the SQL DataType is NULL-allowed.

Attributes

Source
Default.scala
Graph
Supertypes
trait Default
class Object
trait Matchable
class Any
Self type
Null.type

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

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