StreamingContext

trait StreamingContext[Dialect <: Idiom, Naming <: NamingStrategy] extends ProtoStreamContext[Dialect, Naming]
trait ProtoStreamContext[Dialect, Naming]
class Object
trait Matchable
class Any

Type members

Inherited types

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

Value members

Concrete methods

@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)(executionInfo: ExecutionInfo, dc: DatasourceContext): StreamResult[T]
Inherited from
ProtoStreamContext

Inherited fields