BetterMetadata
0.9.1
BetterMetadata
/
dev.warrengates.bettermetadata
/
TransactionIsolation
Transaction
Isolation
enum
TransactionIsolation
:
Enum
<
TransactionIsolation
>
,
IntegerEnum
Content copied to clipboard
Transaction isolation
Entries
Properties
Entries
SERIALIZABLE
Link copied to clipboard
SERIALIZABLE
(
Connection.TRANSACTION_SERIALIZABLE
)
Content copied to clipboard
Serializable
REPEATABLE_READ
Link copied to clipboard
REPEATABLE_READ
(
Connection.TRANSACTION_REPEATABLE_READ
)
Content copied to clipboard
Repeatable Read
READ_UNCOMMITTED
Link copied to clipboard
READ_UNCOMMITTED
(
Connection.TRANSACTION_READ_UNCOMMITTED
)
Content copied to clipboard
Read Uncommitted
READ_COMMITTED
Link copied to clipboard
READ_COMMITTED
(
Connection.TRANSACTION_READ_COMMITTED
)
Content copied to clipboard
Read Committed
NONE
Link copied to clipboard
NONE
(
Connection.TRANSACTION_NONE
)
Content copied to clipboard
None
Properties
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
ordinal
Link copied to clipboard
val
ordinal
:
Int
Content copied to clipboard
value
Link copied to clipboard
open
override
val
value
:
Int
Content copied to clipboard
Value