QueryI

harness.sql.query.QueryI
final case class QueryI[I](queryName: String, fragment: Fragment, input: Input[I, _])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
QueryI[I]

Members list

Value members

Concrete methods

def apply(i: I): IntQueryResult
def apply[I1, I2](i1: I1, i2: I2)(implicit ev: (I1, I2) <:< I): IntQueryResult
def apply[I1, I2, I3](i1: I1, i2: I2, i3: I3)(implicit ev: (I1, I2, I3) <:< I): IntQueryResult
def apply[I1, I2, I3, I4](i1: I1, i2: I2, i3: I3, i4: I4)(implicit ev: (I1, I2, I3, I4) <:< I): IntQueryResult
def apply[I1, I2, I3, I4, I5](i1: I1, i2: I2, i3: I3, i4: I4, i5: I5)(implicit ev: (I1, I2, I3, I4, I5) <:< I): IntQueryResult
def batched(is: Chunk[I]): BatchQueryResult
def cmap[I2](f: I2 => I): QueryI[I2]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product