BlobType

ldbc.schema.DataType.BlobType
sealed trait BlobType[T <: Array[Byte] | Option[Array[Byte]]] extends DataType[T]

SQL DataType to represent BLOB type of string data trait.

Type parameters

T

Scala types that match SQL DataType

Attributes

Source
DataType.scala
Graph
Supertypes
trait DataType[T]
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

Attributes

Source
DataType.scala

Inherited methods

Methods for overriding the DataType type with the Option type.

Methods for overriding the DataType type with the Option type.

Attributes

Inherited from:
DataType
Source
DataType.scala

Inherited and Abstract methods

Default value to set for DataType.

Default value to set for DataType.

Attributes

Returns

DataType default value

Inherited from:
DataType
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

Inherited from:
DataType
Source
DataType.scala

Define SQL query string for each DataType

Define SQL query string for each DataType

Attributes

Returns

SQL query string

Inherited from:
DataType
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

Inherited from:
DataType
Source
DataType.scala

Define a TYPE_NAME string for each DataType.

Define a TYPE_NAME string for each DataType.

Attributes

Returns

SQL TYPE_NAME

Inherited from:
DataType
Source
DataType.scala