all

ldbc.connector.codec.`package`.all
object all extends AllCodecs

Attributes

Source
package.scala
Graph
Supertypes
trait AllCodecs
trait TextCodecs
trait BooleanCodec
class Object
trait Matchable
class Any
Show all
Self type
all.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 datetime(fsp: 0 | 1 | 2 | 3 | 4 | 5 | 6): Codec[LocalDateTime]

Attributes

Inherited from:
TemporalCodecs
Source
TemporalCodecs.scala
inline def decimal(inline accuracy: Int, inline scale: Int): Codec[BigDecimal]

Attributes

Inherited from:
NumericCodecs
Source
NumericCodecs.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 time(fsp: 0 | 1 | 2 | 3 | 4 | 5 | 6): Codec[LocalTime]

Attributes

Inherited from:
TemporalCodecs
Source
TemporalCodecs.scala
def timestamp(fsp: 0 | 1 | 2 | 3 | 4 | 5 | 6): Codec[LocalDateTime]

Attributes

Inherited from:
TemporalCodecs
Source
TemporalCodecs.scala
def timestamptz(fsp: 0 | 1 | 2 | 3 | 4 | 5 | 6): Codec[OffsetDateTime]

Attributes

Inherited from:
TemporalCodecs
Source
TemporalCodecs.scala
def timetz(fsp: 0 | 1 | 2 | 3 | 4 | 5 | 6): Codec[OffsetTime]

Attributes

Inherited from:
TemporalCodecs
Source
TemporalCodecs.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

Deprecated and Inherited methods

def bigint(size: Int): Codec[Long]

Attributes

Deprecated
true
Inherited from:
NumericCodecs
Source
NumericCodecs.scala
def bit(size: Int): Codec[Byte]

Attributes

Deprecated
true
Inherited from:
NumericCodecs
Source
NumericCodecs.scala
def int(size: Int): Codec[Int]

Attributes

Deprecated
true
Inherited from:
NumericCodecs
Source
NumericCodecs.scala
def mediumint(size: Int): Codec[Int]

Attributes

Deprecated
true
Inherited from:
NumericCodecs
Source
NumericCodecs.scala
def smallint(size: Int): Codec[Short]

Attributes

Deprecated
true
Inherited from:
NumericCodecs
Source
NumericCodecs.scala
def tinyint(size: Int): Codec[Byte]

Attributes

Deprecated
true
Inherited from:
NumericCodecs
Source
NumericCodecs.scala
def ubigint(size: Int): Codec[BigInt]

Attributes

Deprecated
true
Inherited from:
NumericCodecs
Source
NumericCodecs.scala
def uint(size: Int): Codec[Long]

Attributes

Deprecated
true
Inherited from:
NumericCodecs
Source
NumericCodecs.scala
def umediumint(size: Int): Codec[Int]

Attributes

Deprecated
true
Inherited from:
NumericCodecs
Source
NumericCodecs.scala
def usmallint(size: Int): Codec[Int]

Attributes

Deprecated
true
Inherited from:
NumericCodecs
Source
NumericCodecs.scala
def utinyint(size: Int): Codec[Short]

Attributes

Deprecated
true
Inherited from:
NumericCodecs
Source
NumericCodecs.scala
def year(digit: 4): Codec[Year]

Attributes

Deprecated
true
Inherited from:
TemporalCodecs
Source
TemporalCodecs.scala

Inherited fields

val bigint: Codec[Long]

Attributes

Inherited from:
NumericCodecs
Source
NumericCodecs.scala
val bit: Codec[Byte]

Attributes

Inherited from:
NumericCodecs
Source
NumericCodecs.scala
val blob: Codec[String]

Attributes

Inherited from:
TextCodecs
Source
TextCodecs.scala

Attributes

Inherited from:
BooleanCodec
Source
BooleanCodec.scala
val date: Codec[LocalDate]

Attributes

Inherited from:
TemporalCodecs
Source
TemporalCodecs.scala
val datetime: Codec[LocalDateTime]

Attributes

Inherited from:
TemporalCodecs
Source
TemporalCodecs.scala

Attributes

Inherited from:
NumericCodecs
Source
NumericCodecs.scala
val float: Codec[Float]

Attributes

Inherited from:
NumericCodecs
Source
NumericCodecs.scala
val int: Codec[Int]

Attributes

Inherited from:
NumericCodecs
Source
NumericCodecs.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:
NumericCodecs
Source
NumericCodecs.scala

Attributes

Inherited from:
TextCodecs
Source
TextCodecs.scala

Attributes

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

Attributes

Inherited from:
TextCodecs
Source
TextCodecs.scala
val time: Codec[LocalTime]

Attributes

Inherited from:
TemporalCodecs
Source
TemporalCodecs.scala
val timestamp: Codec[LocalDateTime]

Attributes

Inherited from:
TemporalCodecs
Source
TemporalCodecs.scala
val timestamptz: Codec[OffsetDateTime]

Attributes

Inherited from:
TemporalCodecs
Source
TemporalCodecs.scala
val timetz: Codec[OffsetTime]

Attributes

Inherited from:
TemporalCodecs
Source
TemporalCodecs.scala

Attributes

Inherited from:
TextCodecs
Source
TextCodecs.scala

Attributes

Inherited from:
NumericCodecs
Source
NumericCodecs.scala

Attributes

Inherited from:
TextCodecs
Source
TextCodecs.scala

Attributes

Inherited from:
NumericCodecs
Source
NumericCodecs.scala
val uint: Codec[Long]

Attributes

Inherited from:
NumericCodecs
Source
NumericCodecs.scala

Attributes

Inherited from:
NumericCodecs
Source
NumericCodecs.scala

Attributes

Inherited from:
NumericCodecs
Source
NumericCodecs.scala

Attributes

Inherited from:
NumericCodecs
Source
NumericCodecs.scala
val year: Codec[Year]

Attributes

Inherited from:
TemporalCodecs
Source
TemporalCodecs.scala