QueryI

oxygen.sql.query.QueryI
See theQueryI companion object
final class QueryI[I](val ctx: QueryContext, encoder: InputEncoder[I]) extends QueryLike

Attributes

Companion
object
Graph
Supertypes
trait QueryLike
class Object
trait Matchable
class Any
Self type
QueryI[I]

Members list

Value members

Concrete methods

def all(inputs: I*): BatchUpdate[QueryError]
def apply(input: I): Update[QueryError]
def apply[I1, I2](i1: I1, i2: I2)(using ev: (I1, I2) <:< I): Update[QueryError]
def apply[I1, I2, I3](i1: I1, i2: I2, i3: I3)(using ev: (I1, I2, I3) <:< I): Update[QueryError]
def apply[I1, I2, I3, I4](i1: I1, i2: I2, i3: I3, i4: I4)(using ev: (I1, I2, I3, I4) <:< I): Update[QueryError]
def apply[I1, I2, I3, I4, I5](i1: I1, i2: I2, i3: I3, i4: I4, i5: I5)(using ev: (I1, I2, I3, I4, I5) <:< I): Update[QueryError]
def apply[I1, I2, I3, I4, I5, I6](i1: I1, i2: I2, i3: I3, i4: I4, i5: I5, i6: I6)(using ev: (I1, I2, I3, I4, I5, I6) <:< I): Update[QueryError]
def apply[I1, I2, I3, I4, I5, I6, I7](i1: I1, i2: I2, i3: I3, i4: I4, i5: I5, i6: I6, i7: I7)(using ev: (I1, I2, I3, I4, I5, I6, I7) <:< I): Update[QueryError]
def apply[I1, I2, I3, I4, I5, I6, I7, I8](i1: I1, i2: I2, i3: I3, i4: I4, i5: I5, i6: I6, i7: I7, i8: I8)(using ev: (I1, I2, I3, I4, I5, I6, I7, I8) <:< I): Update[QueryError]
def batched[S[_] : SeqOps](inputs: S[I]): BatchUpdate[QueryError]
def contramap[I2](f: I2 => I): QueryI[I2]
def execute(input: I): Update[QueryError]
def execute[I1, I2](i1: I1, i2: I2)(using ev: (I1, I2) <:< I): Update[QueryError]
def execute[I1, I2, I3](i1: I1, i2: I2, i3: I3)(using ev: (I1, I2, I3) <:< I): Update[QueryError]
def execute[I1, I2, I3, I4](i1: I1, i2: I2, i3: I3, i4: I4)(using ev: (I1, I2, I3, I4) <:< I): Update[QueryError]
def execute[I1, I2, I3, I4, I5](i1: I1, i2: I2, i3: I3, i4: I4, i5: I5)(using ev: (I1, I2, I3, I4, I5) <:< I): Update[QueryError]
def execute[I1, I2, I3, I4, I5, I6](i1: I1, i2: I2, i3: I3, i4: I4, i5: I5, i6: I6)(using ev: (I1, I2, I3, I4, I5, I6) <:< I): Update[QueryError]
def execute[I1, I2, I3, I4, I5, I6, I7](i1: I1, i2: I2, i3: I3, i4: I4, i5: I5, i6: I6, i7: I7)(using ev: (I1, I2, I3, I4, I5, I6, I7) <:< I): Update[QueryError]
def execute[I1, I2, I3, I4, I5, I6, I7, I8](i1: I1, i2: I2, i3: I3, i4: I4, i5: I5, i6: I6, i7: I7, i8: I8)(using ev: (I1, I2, I3, I4, I5, I6, I7, I8) <:< I): Update[QueryError]

Inherited methods

final def showQuery: IndentedString

Attributes

Inherited from:
QueryLike

Concrete fields