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.
|
Modifier and Type | Method and Description |
---|---|
StatementTree |
StatementCache.get(String query_string)
Gets a StatementTree for the query string if it is stored in the cache.
|
Modifier and Type | Method and Description |
---|---|
void |
StatementCache.put(String query_string,
StatementTree statement_tree)
Puts a new query string/StatementTree into the cache.
|
Modifier and Type | Field and Description |
---|---|
protected StatementTree |
Statement.cmd
The StatementTree object that is the container for the query.
|
Modifier and Type | Method and Description |
---|---|
void |
Statement.init(DatabaseConnection db,
StatementTree stree,
SQLQuery query)
Sets up internal variables for this statement for derived classes to use.
|
Modifier and Type | Method and Description |
---|---|
void |
SQL.UserManagerCommand(StatementTree cmd) |
Copyright © 2015. All rights reserved.