CompileArg

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

Attributes

Source
SqlArg.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait SqlArg[Codec]
class Object
trait Matchable
class Any
Show all

Members list

Type members

Types

override type A = A0

Attributes

Source
SqlArg.scala

Value members

Concrete methods

override def batchSize: Int

Attributes

Definition Classes
Source
SqlArg.scala
override def value(batch: Int): A0

Attributes

Definition Classes
Source
SqlArg.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product