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 DataCellCache
MasterTableDataSource. cache
A reference to the DataCellCache object.private DataCellCache
TransactionSystem. data_cell_cache
The DataCellCache that is a shared resource between on database's.Methods in com.mckoi.database that return DataCellCache Modifier and Type Method Description DataCellCache
Database. getDataCellCache()
Returns the system DataCellCache.(package private) DataCellCache
TransactionSystem. 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 TObject
FunctionTable. calcValue(int column, int row, DataCellCache cache)
Return a TObject that represents the value of the 'column', 'row' of this table.
-