LMDBTransaction

lightdb.lmdb.LMDBTransaction
case class LMDBTransaction(instance: LMDBInstance) extends TransactionFeature

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait TransactionFeature
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def close(): Task[Unit]

Attributes

Definition Classes
TransactionFeature

Inherited methods

def commit(): Task[Unit]

Attributes

Inherited from:
TransactionFeature
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def rollback(): Task[Unit]

Attributes

Inherited from:
TransactionFeature