Decoder

ldbc.dsl.codec.Decoder
See theDecoder companion trait
object Decoder

Attributes

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

Members list

Type members

Classlikes

object Elem

Attributes

Companion
trait
Source
Decoder.scala
Supertypes
class Object
trait Matchable
class Any
Self type
Elem.type
trait Elem[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

Attributes

Source
Decoder.scala
Supertypes
trait Functor[Decoder]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type

Value members

Concrete methods

def one[A](using decoder: Elem[A]): Decoder[A]

Attributes

Source
Decoder.scala

Givens

Givens

inline given derived[A](using mirror: Of[A]): Decoder[A]

Attributes

Source
Decoder.scala