ldbc.connector.codec
package ldbc.connector.codec
Members list
Type members
Classlikes
trait AllCodecs extends BooleanCodec, NumericCodecs, TextCodecs, TemporalCodecs
Attributes
- Source
- package.scala
- Supertypes
-
trait TemporalCodecstrait TextCodecstrait NumericCodecstrait BooleanCodecclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
object all
trait BooleanCodec
Attributes
- Source
- BooleanCodec.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
Attributes
- Companion
- object
- Source
- Codec.scala
- Supertypes
-
trait Encoder[A]trait TwiddleSyntax[Encoder]trait Decoder[A]class Objecttrait Matchableclass AnyShow all
- Self type
-
Codec[A]
object Codec extends TwiddleSyntax[Codec]
Attributes
- Companion
- trait
- Source
- Codec.scala
- Supertypes
- Self type
-
Codec.type
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 Objecttrait Matchableclass Any
- Known subtypes
-
trait Codec[A]
- Self type
-
Decoder[A]
object Decoder extends TwiddleSyntax[Decoder]
Attributes
- Companion
- trait
- Source
- Decoder.scala
- Supertypes
- 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
- Known subtypes
-
trait Codec[A]
- Self type
-
Encoder[A]
trait NumericCodecs
Attributes
- Source
- NumericCodecs.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
trait TemporalCodecs
Attributes
- Source
- TemporalCodecs.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
trait TextCodecs
Attributes
- Source
- TextCodecs.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
Attributes
- Source
- package.scala
- Supertypes
-
trait AllCodecstrait TemporalCodecstrait TextCodecstrait NumericCodecstrait BooleanCodecclass Objecttrait Matchableclass AnyShow all
- Self type
-
all.type
object boolean extends BooleanCodec
Attributes
- Source
- BooleanCodec.scala
- Supertypes
- Self type
-
boolean.type
object numeric extends NumericCodecs
Attributes
- Source
- NumericCodecs.scala
- Supertypes
- Self type
-
numeric.type
object temporal extends TemporalCodecs
Attributes
- Source
- TemporalCodecs.scala
- Supertypes
- Self type
-
temporal.type
object text extends TextCodecs
Attributes
- Source
- TextCodecs.scala
- Supertypes
- Self type
-
text.type
In this article