Uses of Class
edu.caltech.nanodb.transactions.TransactionException
-
Packages that use TransactionException Package Description edu.caltech.nanodb.transactions This package contains classes for managing transactions at the logical level, such as concurrency control and isolation, deadlock detection and aborting transactions. -
-
Uses of TransactionException in edu.caltech.nanodb.transactions
Methods in edu.caltech.nanodb.transactions that throw TransactionException Modifier and Type Method Description void
TransactionManager. commitTransaction()
void
TransactionManager. rollbackTransaction()
void
TransactionManager. startTransaction(boolean userStarted)
-