| Package | Description |
|---|---|
| org.axiondb |
Core interfaces, identifiers, and exceptions.
|
| org.axiondb.engine |
Core database machinery.
|
| org.axiondb.engine.metaupdaters | |
| org.axiondb.engine.tables | |
| org.axiondb.event |
Event model with listeners for database actions
|
| Modifier and Type | Method and Description |
|---|---|
DatabaseLink |
Database.getDatabaseLink(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
Database.createDatabaseLink(DatabaseLink dblink) |
| Modifier and Type | Method and Description |
|---|---|
DatabaseLink |
BaseDatabase.getDatabaseLink(java.lang.String name) |
DatabaseLink |
SnapshotIsolationTransaction.getDatabaseLink(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseDatabase.createDatabaseLink(DatabaseLink dblink) |
void |
SnapshotIsolationTransaction.createDatabaseLink(DatabaseLink server) |
| Modifier and Type | Method and Description |
|---|---|
protected Row |
AxionDBLinksMetaTableUpdater.createRowForAddedServer(DatabaseLink server) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ExternalDatabaseTable.setUp(DatabaseLink server) |
| Modifier and Type | Method and Description |
|---|---|
DatabaseLink |
DatabaseLinkEvent.getExternalDatabaseLink() |
| Constructor and Description |
|---|
DatabaseLinkEvent(DatabaseLink s) |