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 StatementTreeStatementCache. 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 voidStatementCache. 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 StatementTreeStatement. cmdThe 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 voidStatement. 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 voidSQL. UserManagerCommand(StatementTree cmd)
-