Package | Description |
---|---|
com.mckoi.database |
The core database classes for Mckoi.
|
Modifier and Type | Class and Description |
---|---|
class |
DatabaseSystem
This class provides information about shared resources available for the
entire database system running in this VM.
|
Modifier and Type | Method and Description |
---|---|
protected TransactionSystem |
SelectableScheme.getSystem()
Returns the global transaction system.
|
TransactionSystem |
Table.getSystem()
Returns the TransactionSystem object that this table is part of.
|
TransactionSystem |
TableDataSource.getSystem()
Returns the TransactionSystem object that describes global properties
about the data source that generated this object.
|
TransactionSystem |
QueryContext.getSystem()
Returns a TransactionSystem object that is used to determine information
about the transactional system.
|
TransactionSystem |
TableDataConglomerate.getSystem()
Returns the TransactionSystem that this conglomerate is part of.
|
TransactionSystem |
SimpleTransaction.getSystem()
Returns the TransactionSystem that this Transaction is part of.
|
TransactionSystem |
DatabaseQueryContext.getSystem()
Returns a TransactionSystem object that is used to determine information
about the transactional system.
|
Modifier and Type | Method and Description |
---|---|
Expression |
DataTableColumnDef.getDefaultExpression(TransactionSystem system) |
Constructor and 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 © 2015. All rights reserved.