Uses of Class
io.trino.plugin.memory.MemoryTransactionHandle
-
-
Uses of MemoryTransactionHandle in io.trino.plugin.memory
Methods in io.trino.plugin.memory that return MemoryTransactionHandle Modifier and Type Method Description static MemoryTransactionHandleMemoryTransactionHandle. valueOf(String name)Returns the enum constant of this type with the specified name.static MemoryTransactionHandle[]MemoryTransactionHandle. values()Returns an array containing the constants of this enum type, in the order they are declared.
-