ContextVerbStream
io.getquill.context.ContextVerbStream
trait ContextVerbStream[+Dialect <: Idiom, +Naming <: NamingStrategy] extends ProtoStreamContext[Dialect, Naming]
Attributes
- Graph
-
- Supertypes
- Self type
-
Members list
Type members
Inherited classlikes
Attributes
- Inherited from:
- RowContext
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
case class BatchGroupReturning(string: String, returningBehavior: ReturnAction, prepare: List[Prepare])
Attributes
- Inherited from:
- RowContext
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Inherited types
Attributes
- Inherited from:
- RowContext
Attributes
- Inherited from:
- RowContext
type PrepareRow
Attributes
- Inherited from:
- ProtoStreamContext
type ResultRow
Attributes
- Inherited from:
- ProtoStreamContext
type Runner
Attributes
- Inherited from:
- ProtoStreamContext
type Session
Attributes
- Inherited from:
- ProtoStreamContext
Attributes
- 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
Attributes
Inherited methods
def streamQuery[T](fetchSize: Option[Int], sql: String, prepare: Prepare, extractor: () => T)(info: ExecutionInfo, rn: Runner): StreamResult[T]
Attributes
- Inherited from:
- ProtoStreamContext
Inherited fields
Attributes
- Inherited from:
- RowContext
Attributes
- Inherited from:
- RowContext
In this article