Uses of Class
com.mckoi.database.DataCellCache
-
Packages that use DataCellCache Package Description com.mckoi.database The core database classes for Mckoi. -
-
Uses of DataCellCache in com.mckoi.database
Fields in com.mckoi.database declared as DataCellCache Modifier and Type Field Description protected DataCellCacheMasterTableDataSource. cacheA reference to the DataCellCache object.private DataCellCacheTransactionSystem. data_cell_cacheThe DataCellCache that is a shared resource between on database's.Methods in com.mckoi.database that return DataCellCache Modifier and Type Method Description DataCellCacheDatabase. getDataCellCache()Returns the system DataCellCache.(package private) DataCellCacheTransactionSystem. getDataCellCache()Returns a DataCellCache object that is a shared resource between all database's running on this VM.Methods in com.mckoi.database with parameters of type DataCellCache Modifier and Type Method Description private TObjectFunctionTable. calcValue(int column, int row, DataCellCache cache)Return a TObject that represents the value of the 'column', 'row' of this table.
-