ContextVerbStream

trait ContextVerbStream[+Dialect <: Idiom, +Naming <: NamingStrategy] extends ProtoStreamContext[Dialect, Naming]
trait ProtoStreamContext[Dialect, Naming]
trait RowContext
class Object
trait Matchable
class Any
Context[Dialect, Naming]

Type members

Inherited classlikes

case class BatchGroup(string: String, prepare: List[Prepare])
Inherited from:
RowContext
case class BatchGroupReturning(string: String, returningBehavior: ReturnAction, prepare: List[Prepare])
Inherited from:
RowContext

Inherited types

type Extractor[T] = (ResultRow, Session) => T
Inherited from:
RowContext
type Prepare = (PrepareRow, Session) => (List[Any], PrepareRow)
Inherited from:
RowContext
Inherited from:
ProtoStreamContext
Inherited from:
ProtoStreamContext
type Runner
Inherited from:
ProtoStreamContext
type Session
Inherited from:
ProtoStreamContext
type StreamResult[T]
Inherited from:
ProtoStreamContext

Value members

Concrete methods

inline def _streamInternal[T](inline quoted: Quoted[Query[T]], fetchSize: Option[Int]): StreamResult[T]

Internal API that cannot be made private due to how inline functions

Internal API that cannot be made private due to how inline functions

@targetName("streamQuery")
inline def stream[T](inline quoted: Quoted[Query[T]]): StreamResult[T]
@targetName("streamQueryWithFetchSize")
inline def stream[T](inline quoted: Quoted[Query[T]], fetchSize: Int): StreamResult[T]

Inherited methods

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

Inherited fields

Inherited from:
RowContext
protected val identityPrepare: Prepare
Inherited from:
RowContext