Uses of Class
com.mckoi.database.jdbc.RowCache
-
Packages that use RowCache Package Description com.mckoi.database.jdbc The JDBC interface to Mckoi. -
-
Uses of RowCache in com.mckoi.database.jdbc
Fields in com.mckoi.database.jdbc declared as RowCache Modifier and Type Field Description private RowCacheMConnection. row_cacheA cache of all rows retrieved from the server.Methods in com.mckoi.database.jdbc that return RowCache Modifier and Type Method Description protected RowCacheMConnection. getRowCache()Returns the row Cache object for this connection.
-