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 | Description |
---|---|---|
StatementTree |
StatementCache.get(java.lang.String query_string) |
Gets a StatementTree for the query string if it is stored in the cache.
|
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.
|
Modifier and Type | Field | Description |
---|---|---|
protected StatementTree |
Statement.cmd |
The StatementTree object that is the container for the query.
|
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.
|
Modifier and Type | Method | Description |
---|---|---|
void |
SQL.UserManagerCommand(StatementTree cmd) |
Copyright © 2018. All rights reserved.