terpal-sql-core
1.9.20-0.3.0
jvm
terpal-sql-core
/
io.exoquery.sql.jdbc
/
CoroutineTransaction
Coroutine
Transaction
class
CoroutineTransaction
(
completed
:
Boolean
=
false
)
:
AbstractCoroutineContextElement
Members
Constructors
Coroutine
Transaction
Link copied to clipboard
constructor
(
completed
:
Boolean
=
false
)
Types
Key
Link copied to clipboard
object
Key
:
CoroutineContext.Key
<
CoroutineTransaction
>
Properties
incomplete
Link copied to clipboard
val
incomplete
:
Boolean
key
Link copied to clipboard
open
override
val
key
:
CoroutineContext.Key
<
*
>
Functions
complete
Link copied to clipboard
fun
complete
(
)
fold
Link copied to clipboard
open
override
fun
<
R
>
fold
(
initial
:
R
,
operation
:
(
R
,
CoroutineContext.Element
)
->
R
)
:
R
get
Link copied to clipboard
open
operator override
fun
<
E
:
CoroutineContext.Element
>
get
(
key
:
CoroutineContext.Key
<
E
>
)
:
E
?
minus
Key
Link copied to clipboard
open
override
fun
minusKey
(
key
:
CoroutineContext.Key
<
*
>
)
:
CoroutineContext
plus
Link copied to clipboard
open
operator
fun
plus
(
context
:
CoroutineContext
)
:
CoroutineContext
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String