QueryI

harness.sql.query.QueryI
final case class QueryI[I](queryName: String, fragment: Fragment, encoder: RowEncoder[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 batched(is: Chunk[I]): IntQueryResult
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