| Package | Description |
|---|---|
| org.axiondb |
Core interfaces, identifiers, and exceptions.
|
| org.axiondb.engine |
Core database machinery.
|
| org.axiondb.engine.rowcollection | |
| org.axiondb.engine.tables |
| Modifier and Type | Method and Description |
|---|---|
void |
Table.applyInserts(RowCollection rows)
Insert the given rows into this table and any associated indices.
|
void |
Table.applyUpdates(RowCollection rows)
Update the given rows in this table and any associated indices.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TransactableTableImpl.applyInserts(RowCollection rows) |
void |
TransactableTableImpl.applyUpdates(RowCollection rows) |
| Modifier and Type | Class and Description |
|---|---|
class |
RowCollections
An Utility for Row Collections.
|
| Modifier and Type | Method and Description |
|---|---|
RowCollection |
IntRowMap.rowValues()
Returns a
RowCollectionview of the values contained in this
IntRowMap. |
static RowCollection |
RowCollections.singletonList(Row row) |
| Modifier and Type | Method and Description |
|---|---|
void |
TableView.applyInserts(RowCollection rows) |
void |
BaseDiskTable.applyInserts(RowCollection rows) |
abstract void |
BaseTable.applyInserts(RowCollection rows) |
void |
ExternalAxionDBTable.applyInserts(RowCollection rows) |
void |
ExternalDatabaseTable.applyInserts(RowCollection rows) |
void |
MemoryTable.applyInserts(RowCollection rows) |
protected void |
BaseTable.applyInsertsToIndices(RowCollection rows) |
void |
TableView.applyUpdates(RowCollection rows) |
void |
BaseDiskTable.applyUpdates(RowCollection rows) |
abstract void |
BaseTable.applyUpdates(RowCollection rows) |
void |
ExternalAxionDBTable.applyUpdates(RowCollection rows) |
void |
ExternalDatabaseTable.applyUpdates(RowCollection rows) |
void |
MemoryTable.applyUpdates(RowCollection rows) |
protected void |
BaseTable.applyUpdatesToIndices(RowCollection rows) |