Uses of Class
com.mckoi.database.StatementTree
Packages that use StatementTree
Package
Description
The core database classes for Mckoi.
These classes parse SQL statements in Mckoi.
-
Uses of StatementTree in com.mckoi.database
Methods in com.mckoi.database that return StatementTreeModifier and TypeMethodDescriptionGets a StatementTree for the query string if it is stored in the cache.Methods in com.mckoi.database with parameters of type StatementTreeModifier and TypeMethodDescriptionvoid
StatementCache.put
(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 StatementTreeModifier and TypeFieldDescriptionprotected StatementTree
Statement.cmd
The StatementTree object that is the container for the query.Methods in com.mckoi.database.interpret with parameters of type StatementTreeModifier and TypeMethodDescriptionfinal 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 that return StatementTreeModifier and TypeMethodDescriptionfinal StatementTree
SQL.Alter()
final StatementTree
SQL.AlterTable()
final StatementTree
SQL.AlterUser()
final StatementTree
SQL.Call()
final StatementTree
SQL.Compact()
final StatementTree
SQL.CompleteTransaction()
final StatementTree
SQL.Create()
final StatementTree
SQL.CreateFunction()
final StatementTree
SQL.CreateIndex()
final StatementTree
SQL.CreateSchema()
final StatementTree
SQL.CreateSequence()
final StatementTree
SQL.CreateTable()
final StatementTree
SQL.CreateTrigger()
final StatementTree
SQL.CreateUser()
final StatementTree
SQL.CreateView()
final StatementTree
SQL.Delete()
final StatementTree
SQL.Describe()
final StatementTree
SQL.Drop()
final StatementTree
SQL.DropFunction()
final StatementTree
SQL.DropIndex()
final StatementTree
SQL.DropSchema()
final StatementTree
SQL.DropSequence()
final StatementTree
SQL.DropTable()
final StatementTree
SQL.DropTrigger()
final StatementTree
SQL.DropUser()
final StatementTree
SQL.DropView()
final StatementTree
SQL.Grant()
final StatementTree
SQL.Insert()
final StatementTree
SQL.Revoke()
final StatementTree
SQL.Select()
final StatementTree
SQL.Set()
final StatementTree
SQL.Show()
final StatementTree
SQL.ShutDown()
final StatementTree
SQL.Statement()
final StatementTree
SQL.Update()
Methods in com.mckoi.database.sql with parameters of type StatementTree