Package | Description |
---|---|
com.mckoi.database |
The core database classes for Mckoi.
|
Modifier and Type | Class | Description |
---|---|---|
class |
DatabaseSystem |
This class provides information about shared resources available for the
entire database system running in this VM.
|
Modifier and Type | Method | Description |
---|---|---|
TransactionSystem |
DatabaseQueryContext.getSystem() |
Returns a TransactionSystem object that is used to determine information
about the transactional system.
|
TransactionSystem |
QueryContext.getSystem() |
Returns a TransactionSystem object that is used to determine information
about the transactional system.
|
protected TransactionSystem |
SelectableScheme.getSystem() |
Returns the global transaction system.
|
TransactionSystem |
SimpleTransaction.getSystem() |
Returns the TransactionSystem that this Transaction is part of.
|
TransactionSystem |
Table.getSystem() |
Returns the TransactionSystem object that this table is part of.
|
TransactionSystem |
TableDataConglomerate.getSystem() |
Returns the TransactionSystem that this conglomerate is part of.
|
TransactionSystem |
TableDataSource.getSystem() |
Returns the TransactionSystem object that describes global properties
about the data source that generated this object.
|
Modifier and Type | Method | Description |
---|---|---|
Expression |
DataTableColumnDef.getDefaultExpression(TransactionSystem system) |
Constructor | Description |
---|---|
RowData(TransactionSystem system,
int col_count) |
To create a RowData object without an underlying table.
|
TableDataConglomerate(TransactionSystem system,
com.mckoi.database.StoreSystem store_system) |
Constructs the conglomerate.
|
V1MasterTableDataSource(TransactionSystem system,
com.mckoi.database.StoreSystem store_system,
com.mckoi.database.OpenTransactionList open_transactions) |
The Constructor.
|
V2MasterTableDataSource(TransactionSystem system,
com.mckoi.database.StoreSystem store_system,
com.mckoi.database.OpenTransactionList open_transactions,
BlobStoreInterface blob_store_interface) |
The Constructor.
|
Copyright © 2018. All rights reserved.