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
Fields in com.mckoi.database declared as StatementCache Modifier and Type Field Description private StatementCache
DatabaseSystem. statement_cache
The StatementCache that maintains a cache of parsed queries.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.
-