given_Encoder_LocalDate

ldbc.dsl.codec.Encoder.given_Encoder_LocalDate
object given_Encoder_LocalDate extends Encoder[LocalDate]

Attributes

Source
Encoder.scala
Graph
Supertypes
trait Encoder[LocalDate]
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

override def encode(value: LocalDate): LocalDate

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

Definition Classes
Source
Encoder.scala