Uses of Class
org.axiondb.engine.commands.AxionQueryContext

Packages that use AxionQueryContext
org.axiondb.engine.commands AxionCommand implementations. 
org.axiondb.parser SQL parser interface and implementation classes. 
 

Uses of AxionQueryContext in org.axiondb.engine.commands
 

Fields in org.axiondb.engine.commands declared as AxionQueryContext
protected  AxionQueryContext SelectCommand._context
           
 

Methods in org.axiondb.engine.commands that return AxionQueryContext
 AxionQueryContext SelectCommand.getQueryContext()
           
 

Constructors in org.axiondb.engine.commands with parameters of type AxionQueryContext
SelectCommand(AxionQueryContext context)
           
AxionQueryPlanner(AxionQueryContext context)
           
SubSelectCommand(AxionQueryContext context)
           
 

Uses of AxionQueryContext in org.axiondb.parser
 

Methods in org.axiondb.parser that return AxionQueryContext
 AxionQueryContext AxionSqlParser.SqlSelectContext()
           
 AxionQueryContext AxionSqlParser.SqlSubSelectContext()