Uses of Enum Class
io.permazen.kv.sql.IsolationLevel
-
Uses of IsolationLevel in io.permazen.kv.sql
Modifier and TypeFieldDescriptionprotected IsolationLevel
SQLKVDatabase.isolationLevel
The default transaction isolation level.Modifier and TypeMethodDescriptionSQLKVDatabase.getIsolationLevel()
Get the default transaction isolation level.protected IsolationLevel
SQLKVDatabase.getIsolationLevel
(Map<String, ?> options) Extract theIsolationLevel
, if any, from the transaction options.static IsolationLevel
Returns the enum constant of this class with the specified name.static IsolationLevel[]
IsolationLevel.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
SQLKVDatabase.setIsolationLevel
(IsolationLevel isolationLevel) Configure the default transaction isolation level.