ldbc.dsl.codec
package ldbc.dsl.codec
Members list
Type members
Classlikes
Trait to get the DataType that matches the Scala type information from the ResultSet.
Trait to get the DataType that matches the Scala type information from the ResultSet.
Type parameters
- A
-
Scala types that match SQL DataType
Attributes
- Companion
- object
- Source
- Decoder.scala
- Supertypes
-
class Objecttrait Matchableclass Any
object Decoder
Attributes
- Companion
- trait
- Source
- Decoder.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Decoder.type
Trait for converting Scala types to types that can be handled by PreparedStatement.
Trait for converting Scala types to types that can be handled by PreparedStatement.
Type parameters
- A
-
Types handled in Scala
Attributes
- Companion
- object
- Source
- Encoder.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
object given_Encoder_Arrayobject given_Encoder_BigDecimalobject given_Encoder_Booleanobject given_Encoder_Byteobject given_Encoder_Doubleobject given_Encoder_Floatobject given_Encoder_Intobject given_Encoder_LocalDateobject given_Encoder_LocalDateTimeobject given_Encoder_LocalTimeobject given_Encoder_Longobject given_Encoder_None_typeobject given_Encoder_Shortobject given_Encoder_Stringobject given_Encoder_Yearobject given_Encoder_YearMonthShow all
object Encoder
Attributes
- Companion
- trait
- Source
- Encoder.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Encoder.type
In this article