Encoder
ldbc.connector.codec.Encoder
trait Encoder[A] extends TwiddleSyntax[Encoder]
Encoder of MySQL text-format data from Scala types.
Attributes
- Source
- Encoder.scala
- Graph
-
- Supertypes
- Known subtypes
-
trait Codec[A]
- Self type
-
Encoder[A]
Members list
Value members
Abstract methods
Encode a value of type A
, yielding a list of MySQL text-formatted strings, lifted to Option
to handle NULL
values. Encoding failures raise unrecoverable errors.
Encode a value of type A
, yielding a list of MySQL text-formatted strings, lifted to Option
to handle NULL
values. Encoding failures raise unrecoverable errors.
Attributes
- Source
- Encoder.scala
Types of encoded fields, in order.
Concrete methods
Encoder
is semigroupal: a pair of encoders make a encoder for a pair.
Encoder
is semigroupal: a pair of encoders make a encoder for a pair.
Attributes
- Source
- Encoder.scala
Concrete fields
Attributes
- Source
- Encoder.scala
Implicits
Inherited implicits
Attributes
- Inherited from:
- TwiddleSyntax
- Source
- Twiddles.scala
Attributes
- Inherited from:
- TwiddleSyntax
- Source
- Twiddles.scala
Attributes
- Inherited from:
- TwiddleSyntax
- Source
- Twiddles.scala
In this article