Uses of Enum Class
io.trino.spi.transaction.IsolationLevel
Packages that use IsolationLevel
-
Uses of IsolationLevel in io.trino.spi.connector
Methods in io.trino.spi.connector with parameters of type IsolationLevelModifier and TypeMethodDescriptiondefault ConnectorTransactionHandleConnector.beginTransaction(IsolationLevel isolationLevel, boolean readOnly, boolean autoCommit) Start a new transaction and return a handle for it. -
Uses of IsolationLevel in io.trino.spi.transaction
Subclasses with type arguments of type IsolationLevel in io.trino.spi.transactionMethods in io.trino.spi.transaction that return IsolationLevelModifier and TypeMethodDescriptionstatic IsolationLevelReturns 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.Methods in io.trino.spi.transaction with parameters of type IsolationLevelModifier and TypeMethodDescriptionstatic voidIsolationLevel.checkConnectorSupports(IsolationLevel supportedLevel, IsolationLevel requestedLevel) booleanIsolationLevel.meetsRequirementOf(IsolationLevel requirement)