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 classDatabaseSystemThis 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 TransactionSystemDatabaseQueryContext. getSystem()Returns a TransactionSystem object that is used to determine information about the transactional system.TransactionSystemQueryContext. getSystem()Returns a TransactionSystem object that is used to determine information about the transactional system.protected TransactionSystemSelectableScheme. getSystem()Returns the global transaction system.TransactionSystemSimpleTransaction. getSystem()Returns the TransactionSystem that this Transaction is part of.TransactionSystemTable. getSystem()Returns the TransactionSystem object that this table is part of.TransactionSystemTableDataConglomerate. getSystem()Returns the TransactionSystem that this conglomerate is part of.TransactionSystemTableDataSource. 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 ExpressionDataTableColumnDef. 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.
-