Uses of Class
com.mckoi.database.OpenTransactionList
-
Packages that use OpenTransactionList Package Description com.mckoi.database The core database classes for Mckoi. -
-
Uses of OpenTransactionList in com.mckoi.database
Fields in com.mckoi.database declared as OpenTransactionList Modifier and Type Field Description private OpenTransactionList
MasterTableDataSource. open_transactions
The list of all open transactions managed by the parent conglomerate.private OpenTransactionList
TableDataConglomerate. open_transactions
The list of transactions that are currently open over this conglomerate.Constructors in com.mckoi.database with parameters of type OpenTransactionList Constructor Description MasterTableDataSource(TransactionSystem system, StoreSystem store_system, OpenTransactionList open_transactions, BlobStoreInterface blob_store_interface)
Constructs the MasterTableDataSource.V1MasterTableDataSource(TransactionSystem system, StoreSystem store_system, OpenTransactionList open_transactions)
The Constructor.V2MasterTableDataSource(TransactionSystem system, StoreSystem store_system, OpenTransactionList open_transactions, BlobStoreInterface blob_store_interface)
The Constructor.
-