ProtoStreamContext

io.getquill.context.ProtoStreamContext
trait ProtoStreamContext[Dialect <: Idiom, +Naming <: NamingStrategy] extends RowContext

Attributes

Graph
Supertypes
trait RowContext
class Object
trait Matchable
class Any

Members list

Type members

Inherited classlikes

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

Attributes

Inherited from:
RowContext
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

Inherited from:
RowContext
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Types

type PrepareRow
type ResultRow
type Runner
type Session
type StreamResult[T]

Inherited types

type Extractor[T] = (ResultRow, Session) => T

Attributes

Inherited from:
RowContext
type Prepare = (PrepareRow, Session) => (List[Any], PrepareRow)

Attributes

Inherited from:
RowContext

Value members

Abstract methods

def streamQuery[T](fetchSize: Option[Int], sql: String, prepare: Prepare, extractor: () => T)(info: ExecutionInfo, rn: Runner): StreamResult[T]

Inherited fields

Attributes

Inherited from:
RowContext
protected val identityPrepare: Prepare

Attributes

Inherited from:
RowContext