Encoder

ldbc.dsl.codec.Encoder
See theEncoder companion object
trait Encoder[A]

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
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def encode(value: A): Supported

Method to convert Scala types to types that can be handled by PreparedStatement.

Method to convert Scala types to types that can be handled by PreparedStatement.

Value parameters

value

Scala types

Attributes

Returns

Types that can be handled by PreparedStatement

Source
Encoder.scala