ToSql

io.getquill.ToSql
trait ToSql[T]

Trait that allows usage of 'static' block. Can declared one of these and use similar to encoders but it needs to be compiled in a previous compilation unit and a global static. TODO More explanation

Attributes

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

Abstract methods

def toSql(value: T): String