ldbc.dsl.codec

package ldbc.dsl.codec

Members list

Type members

Classlikes

trait Decoder[A]

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 Object
trait Matchable
class Any
object Decoder

Attributes

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

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 Object
trait Matchable
class Any
Known subtypes
object Encoder

Attributes

Companion
trait
Source
Encoder.scala
Supertypes
class Object
trait Matchable
class Any
Self type
Encoder.type