text

ldbc.connector.codec.text
object text extends TextCodecs

Attributes

Source
TextCodecs.scala
Graph
Supertypes
trait TextCodecs
class Object
trait Matchable
class Any
Self type
text.type

Members list

Value members

Inherited methods

def binary(length: Int): Codec[Array[Byte]]

Attributes

Inherited from:
TextCodecs
Source
TextCodecs.scala
def char(length: Int): Codec[String]

Attributes

Inherited from:
TextCodecs
Source
TextCodecs.scala
def enum(values: String*): Codec[String]

Attributes

Inherited from:
TextCodecs
Source
TextCodecs.scala
def set(values: String*): Codec[List[String]]

Attributes

Inherited from:
TextCodecs
Source
TextCodecs.scala
def varbinary(length: Int): Codec[String]

Attributes

Inherited from:
TextCodecs
Source
TextCodecs.scala
def varchar(length: Int): Codec[String]

Attributes

Inherited from:
TextCodecs
Source
TextCodecs.scala

Inherited fields

val blob: Codec[String]

Attributes

Inherited from:
TextCodecs
Source
TextCodecs.scala
val json: Codec[String]

Attributes

Inherited from:
TextCodecs
Source
TextCodecs.scala

Attributes

Inherited from:
TextCodecs
Source
TextCodecs.scala

Attributes

Inherited from:
TextCodecs
Source
TextCodecs.scala

Attributes

Inherited from:
TextCodecs
Source
TextCodecs.scala

Attributes

Inherited from:
TextCodecs
Source
TextCodecs.scala
val text: Codec[String]

Attributes

Inherited from:
TextCodecs
Source
TextCodecs.scala

Attributes

Inherited from:
TextCodecs
Source
TextCodecs.scala

Attributes

Inherited from:
TextCodecs
Source
TextCodecs.scala