SqlArg

dataprism.sql.SqlArg
See theSqlArg companion trait
object SqlArg

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
SqlArg.type

Members list

Type members

Classlikes

case class CompileArg[A0, Codec[_]](identifier: Object, codec: Codec[A0]) extends SqlArg[Codec]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait SqlArg[Codec]
class Object
trait Matchable
class Any
Show all
case class SqlArgObj[A0, Codec[_]](valueSeq: Seq[A0], codec: Codec[A0]) extends SqlArg[Codec]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait SqlArg[Codec]
class Object
trait Matchable
class Any
Show all

Types

type Aux[+Codec[_], A0] = SqlArg[Codec] { type A = A0; }