Uses of Class
edu.caltech.nanodb.server.EventDispatchException
-
Packages that use EventDispatchException Package Description edu.caltech.nanodb.relations This package contains the basic data-types for representing relations in NanoDB.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 EventDispatchException in edu.caltech.nanodb.relations
Methods in edu.caltech.nanodb.relations that throw EventDispatchException Modifier and Type Method Description void
DatabaseConstraintEnforcer. afterRowInserted(TableInfo tblFileInfo, Tuple newTuple)
Perform processing after a row is inserted into a table. -
Uses of EventDispatchException in edu.caltech.nanodb.transactions
Methods in edu.caltech.nanodb.transactions that throw EventDispatchException Modifier and Type Method Description void
TransactionStateUpdater. afterCommandExecuted(Command cmd)
void
TransactionStateUpdater. beforeCommandExecuted(Command cmd)
-