TransactionIsolation

enum TransactionIsolation : Enum<TransactionIsolation> , IntegerEnum

Transaction isolation

Entries

Link copied to clipboard
SERIALIZABLE(Connection.TRANSACTION_SERIALIZABLE)

Serializable

Link copied to clipboard
REPEATABLE_READ(Connection.TRANSACTION_REPEATABLE_READ)

Repeatable Read

Link copied to clipboard
READ_UNCOMMITTED(Connection.TRANSACTION_READ_UNCOMMITTED)

Read Uncommitted

Link copied to clipboard
READ_COMMITTED(Connection.TRANSACTION_READ_COMMITTED)

Read Committed

Link copied to clipboard
NONE(Connection.TRANSACTION_NONE)

None

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int
Link copied to clipboard
open override val value: Int

Value