ldbc.connector.codec

Members list

Type members

Classlikes

Attributes

Source
package.scala
Supertypes
trait TextCodecs
trait BooleanCodec
class Object
trait Matchable
class Any
Show all
Known subtypes
object all
trait BooleanCodec

Attributes

Source
BooleanCodec.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait AllCodecs
object all
object boolean
trait Codec[A] extends Decoder[A], Encoder[A]

Attributes

Companion
object
Source
Codec.scala
Supertypes
trait Encoder[A]
trait Decoder[A]
class Object
trait Matchable
class Any
Show all
Self type
Codec[A]
object Codec extends TwiddleSyntax[Codec]

Attributes

Companion
trait
Source
Codec.scala
Supertypes
class Object
trait Matchable
class Any
Self type
Codec.type
trait Decoder[A]

Decoder of MySQL text-format data into Scala types.

Decoder of MySQL text-format data into Scala types.

Attributes

Companion
object
Source
Decoder.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Codec[A]
Self type
Decoder[A]
object Decoder extends TwiddleSyntax[Decoder]

Attributes

Companion
trait
Source
Decoder.scala
Supertypes
class Object
trait Matchable
class Any
Self type
Decoder.type
trait Encoder[A] extends TwiddleSyntax[Encoder]

Encoder of MySQL text-format data from Scala types.

Encoder of MySQL text-format data from Scala types.

Attributes

Source
Encoder.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Codec[A]
Self type
Encoder[A]

Attributes

Source
NumericCodecs.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait AllCodecs
object all
object numeric

Attributes

Source
TemporalCodecs.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait AllCodecs
object all
object temporal
trait TextCodecs

Attributes

Source
TextCodecs.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait AllCodecs
object all
object text
object all extends AllCodecs

Attributes

Source
package.scala
Supertypes
trait AllCodecs
trait TextCodecs
trait BooleanCodec
class Object
trait Matchable
class Any
Show all
Self type
all.type
object boolean extends BooleanCodec

Attributes

Source
BooleanCodec.scala
Supertypes
trait BooleanCodec
class Object
trait Matchable
class Any
Self type
boolean.type
object numeric extends NumericCodecs

Attributes

Source
NumericCodecs.scala
Supertypes
class Object
trait Matchable
class Any
Self type
numeric.type
object temporal extends TemporalCodecs

Attributes

Source
TemporalCodecs.scala
Supertypes
class Object
trait Matchable
class Any
Self type
temporal.type
object text extends TextCodecs

Attributes

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