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 RowCache
MConnection. row_cache
A cache of all rows retrieved from the server.Methods in com.mckoi.database.jdbc that return RowCache Modifier and Type Method Description protected RowCache
MConnection. getRowCache()
Returns the row Cache object for this connection.
-