Package | Description |
---|---|
org.axiondb |
Core interfaces, identifiers, and exceptions.
|
org.axiondb.engine |
Core database machinery.
|
org.axiondb.engine.indexes |
Modifier and Type | Method and Description |
---|---|
IndexFactory |
Database.getIndexFactory(java.lang.String name)
Get the
IndexFactory currently registered for the given name, or
null. |
Modifier and Type | Class and Description |
---|---|
class |
ArrayIndexFactory
An
IndexFactory for array indices . |
class |
BTreeIndexFactory
An
IndexFactory for B-Tree indices . |
Modifier and Type | Method and Description |
---|---|
IndexFactory |
SnapshotIsolationTransaction.getIndexFactory(java.lang.String name) |
IndexFactory |
BaseDatabase.getIndexFactory(java.lang.String name) |
Modifier and Type | Class and Description |
---|---|
class |
BaseIndexFactory
Abstract base class for
IndexFactory to hold common methods. |