Uses of Class
com.mckoi.database.StatementCache
-
Packages that use StatementCache Package Description com.mckoi.database The core database classes for Mckoi. -
-
Uses of StatementCache in com.mckoi.database
Methods in com.mckoi.database that return StatementCache Modifier and Type Method Description StatementCache
DatabaseSystem. getStatementCache()
Returns the StatementCache that is used to cache StatementTree objects that are being queried by the database.
-