io
.
getquill
.
context
ProtoStreamContext
Related Doc:
package context
trait
ProtoStreamContext
[
Dialect <:
Idiom
,
Naming <:
NamingStrategy
]
extends
RowContext
Linear Supertypes
RowContext
,
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
ProtoStreamContext
RowContext
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Type Members
case class
BatchGroup
(
string:
String
,
prepare:
List
[
Prepare
]
)
extends
Product
with
Serializable
Definition Classes
RowContext
case class
BatchGroupReturning
(
string:
String
,
returningBehavior:
ReturnAction
,
prepare:
List
[
Prepare
]
)
extends
Product
with
Serializable
Definition Classes
RowContext
type
Extractor
[
T
]
= (
ResultRow
,
Session
) ⇒
T
Definition Classes
RowContext
type
Prepare
= (
PrepareRow
,
Session
) ⇒ (
List
[
Any
],
PrepareRow
)
Definition Classes
RowContext
abstract
type
PrepareRow
Definition Classes
ProtoStreamContext
→
RowContext
abstract
type
ResultRow
Definition Classes
ProtoStreamContext
→
RowContext
abstract
type
Runner
abstract
type
Session
Definition Classes
ProtoStreamContext
→
RowContext
abstract
type
StreamResult
[
T
]
Abstract Value Members
abstract
def
streamQuery
[
T
]
(
fetchSize:
Option
[
Int
]
,
sql:
String
,
prepare:
Prepare
,
extractor:
Extractor
[
T
]
)
(
info:
ExecutionInfo
,
rn:
Runner
)
:
StreamResult
[
T
]
Concrete Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
val
identityExtractor
: (
ResultRow
,
Session
) ⇒
ResultRow
Attributes
protected
Definition Classes
RowContext
val
identityPrepare
:
Prepare
Attributes
protected
Definition Classes
RowContext
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Inherited from
RowContext
Inherited from
AnyRef
Inherited from
Any
Ungrouped