Package | Description |
---|---|
org.axiondb |
Core interfaces, identifiers, and exceptions.
|
org.axiondb.engine |
Core database machinery.
|
org.axiondb.engine.metaupdaters | |
org.axiondb.event |
Event model with listeners for database actions
|
Modifier and Type | Method and Description |
---|---|
void |
Database.addDatabaseModificationListener(DatabaseModificationListener l)
Adds a listener to receive events on this database
|
Modifier and Type | Method and Description |
---|---|
void |
SnapshotIsolationTransaction.addDatabaseModificationListener(DatabaseModificationListener l) |
void |
BaseDatabase.addDatabaseModificationListener(DatabaseModificationListener l) |
void |
BaseDatabase.removeDatabaseModificationListener(DatabaseModificationListener l) |
Modifier and Type | Class and Description |
---|---|
class |
AxionColumnsMetaTableUpdater
Updates the
AXION_TABLES meta table |
class |
AxionDBLinksMetaTableUpdater
Updates the
AXION_DB_LINKS meta table |
class |
AxionSequencesMetaTableUpdater
Updates the
AXION_SEQUENCES meta table |
class |
AxionTablePropertiesMetaTableUpdater
Updates the
AXION_TABLE_PROPERTIES meta table |
class |
AxionTablesMetaTableUpdater
Updates the
AXION_TABLES meta table |
class |
AxionTypesMetaTableUpdater
Updates the
AXION_TYPES meta table |
Modifier and Type | Class and Description |
---|---|
class |
BaseDatabaseModificationListener
A no-op implementation of
DatabaseModificationListener . |