| Package | Description |
|---|---|
| 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 |
SnapshotIsolationTransaction.constraintAdded(ConstraintEvent event) |
void |
SnapshotIsolationTransaction.constraintRemoved(ConstraintEvent event) |
| Modifier and Type | Method and Description |
|---|---|
void |
AxionColumnsMetaTableUpdater.constraintAdded(ConstraintEvent event) |
void |
AxionColumnsMetaTableUpdater.constraintRemoved(ConstraintEvent event) |
void |
AxionColumnsMetaTableUpdater.updateNullableStatus(ConstraintEvent event,
boolean changeNullableTo) |
| Modifier and Type | Method and Description |
|---|---|
void |
TableModificationListener.constraintAdded(ConstraintEvent event) |
void |
BaseTableModificationListener.constraintAdded(ConstraintEvent event) |
void |
TableModificationListener.constraintRemoved(ConstraintEvent event) |
void |
BaseTableModificationListener.constraintRemoved(ConstraintEvent event) |