SqlArgObj

dataprism.sql.SqlArg.SqlArgObj
case class SqlArgObj[A0, Codec[_]](valueSeq: Seq[A0], 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

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