Uses of Class
com.mckoi.database.StatementTree
-
Packages that use StatementTree Package Description com.mckoi.database The core database classes for Mckoi.com.mckoi.database.interpret com.mckoi.database.sql These classes parse SQL statements in Mckoi. -
-
Uses of StatementTree in com.mckoi.database
Methods in com.mckoi.database that return StatementTree Modifier and Type Method Description StatementTree
StatementCache. get(java.lang.String query_string)
Gets a StatementTree for the query string if it is stored in the cache.Methods in com.mckoi.database with parameters of type StatementTree Modifier and Type Method Description void
StatementCache. put(java.lang.String query_string, StatementTree statement_tree)
Puts a new query string/StatementTree into the cache. -
Uses of StatementTree in com.mckoi.database.interpret
Fields in com.mckoi.database.interpret declared as StatementTree Modifier and Type Field Description protected StatementTree
Statement. cmd
The StatementTree object that is the container for the query.Methods in com.mckoi.database.interpret with parameters of type StatementTree Modifier and Type Method Description void
Statement. init(DatabaseConnection db, StatementTree stree, SQLQuery query)
Sets up internal variables for this statement for derived classes to use. -
Uses of StatementTree in com.mckoi.database.sql
Methods in com.mckoi.database.sql with parameters of type StatementTree Modifier and Type Method Description void
SQL. UserManagerCommand(StatementTree cmd)
-