Uses of Class
com.mckoi.database.TransactionSystem
Packages that use TransactionSystem
-
Uses of TransactionSystem in com.mckoi.database
Subclasses of TransactionSystem in com.mckoi.databaseModifier and TypeClassDescriptionfinal class
This class provides information about shared resources available for the entire database system running in this VM.Methods in com.mckoi.database that return TransactionSystemModifier and TypeMethodDescriptionDatabaseQueryContext.getSystem()
Returns a TransactionSystem object that is used to determine information about the transactional system.QueryContext.getSystem()
Returns a TransactionSystem object that is used to determine information about the transactional system.protected final TransactionSystem
SelectableScheme.getSystem()
Returns the global transaction system.final TransactionSystem
SimpleTransaction.getSystem()
Returns the TransactionSystem that this Transaction is part of.final TransactionSystem
Table.getSystem()
Returns the TransactionSystem object that this table is part of.final TransactionSystem
TableDataConglomerate.getSystem()
Returns the TransactionSystem that this conglomerate is part of.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 TransactionSystemModifier and TypeMethodDescriptionDataTableColumnDef.getDefaultExpression
(TransactionSystem system) Constructors in com.mckoi.database with parameters of type TransactionSystemModifierConstructorDescriptionRowData
(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.