SpliceLong

io.getquill.SpliceLong
object SpliceLong extends StringCodec[Long]

Attributes

Graph
Supertypes
trait StringCodec[Long]
trait ToSql[Long]
trait FromString[Long]
trait ToString[Long]
class Object
trait Matchable
class Any
Show all
Self type
SpliceLong.type

Members list

Value members

Concrete methods

def fromString(value: String): Long
def toString(value: Long): String

Inherited methods

def toSql(value: Long): String

Attributes

Inherited from:
StringCodec