RowContext

io.getquill.context.RowContext
trait RowContext

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait ProtoContext[Dialect, Naming]
trait ProtoStreamContext[Dialect, Naming]

Members list

Type members

Classlikes

case class BatchGroup(string: String, prepare: List[Prepare])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class BatchGroupReturning(string: String, returningBehavior: ReturnAction, prepare: List[Prepare])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Types

type Extractor[T] = (ResultRow, Session) => T
type Prepare = (PrepareRow, Session) => (List[Any], PrepareRow)
type PrepareRow
type ResultRow
type Session

Value members

Concrete fields

protected val identityPrepare: Prepare