StringCodec

io.getquill.StringCodec
See theStringCodec companion object
trait StringCodec[T] extends ToString[T], FromString[T], ToSql[T]

Attributes

Companion
object
Graph
Supertypes
trait ToSql[T]
trait FromString[T]
trait ToString[T]
class Object
trait Matchable
class Any
Show all
Known subtypes
object SpliceDate.type
object SpliceDouble.type
object SpliceFloat.type
object SpliceInt.type
object SpliceLocalDate.type
object SpliceLocalDateTime.type
object SpliceLong.type
object SpliceShort.type
object SpliceString.type
Show all

Members list

Value members

Concrete methods

def toSql(value: T): String

Inherited methods

def fromString(value: String): T

Attributes

Inherited from:
FromString
def toString(value: T): String

Attributes

Inherited from:
ToString