DataType

ldbc.schema.DataType
See theDataType companion object
sealed trait DataType[T]

Trait for representing SQL DataType

Type parameters

T

Scala types that match SQL DataType

Attributes

Companion
object
Source
DataType.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait BlobType[T]
trait StringType[T]
Self type

Members list

Value members

Abstract methods

Default value to set for DataType.

Default value to set for DataType.

Attributes

Returns

DataType default value

Source
DataType.scala

Value indicating whether DataType is null-allowed or not.

Value indicating whether DataType is null-allowed or not.

Attributes

Returns

true if NULL is allowed, false if NULL is not allowed

Source
DataType.scala

Define SQL query string for each DataType

Define SQL query string for each DataType

Attributes

Returns

SQL query string

Source
DataType.scala
def sqlType: Int

Value of JdbcType Enum that matches DataType.

Value of JdbcType Enum that matches DataType.

Attributes

Returns

SQL Type Code

Source
DataType.scala

Define a TYPE_NAME string for each DataType.

Define a TYPE_NAME string for each DataType.

Attributes

Returns

SQL TYPE_NAME

Source
DataType.scala

Concrete methods

Methods for overriding the DataType type with the Option type.

Methods for overriding the DataType type with the Option type.

Attributes

Source
DataType.scala