Uses of Class
com.mckoi.database.TransactionSystem
-
Packages that use TransactionSystem Package Description com.mckoi.database The core database classes for Mckoi. -
-
Uses of TransactionSystem in com.mckoi.database
Subclasses of TransactionSystem in com.mckoi.database Modifier and Type Class Description class
DatabaseSystem
This class provides information about shared resources available for the entire database system running in this VM.Methods in com.mckoi.database that return TransactionSystem 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.Methods in com.mckoi.database with parameters of type TransactionSystem Modifier and Type Method Description Expression
DataTableColumnDef. getDefaultExpression(TransactionSystem system)
Constructors in com.mckoi.database with parameters of type TransactionSystem 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.
-