| Package | Description |
|---|---|
| org.axiondb.engine.commands |
AxionCommand implementations. |
| org.axiondb.parser |
SQL parser interface and implementation classes.
|
| Modifier and Type | Field and Description |
|---|---|
protected AxionQueryContext |
SelectCommand._context |
| Modifier and Type | Method and Description |
|---|---|
AxionQueryContext |
SelectCommand.getQueryContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateCommand.setQueryContext(AxionQueryContext context) |
| Constructor and Description |
|---|
AxionQueryPlanner(AxionQueryContext context) |
SelectCommand(AxionQueryContext context) |
SubSelectCommand(AxionQueryContext context) |
| Modifier and Type | Method and Description |
|---|---|
AxionQueryContext |
AxionSqlParser.SqlSelectContext() |
AxionQueryContext |
AxionSqlParser.SqlSubSelectContext() |