Package | Description |
---|---|
org.axiondb.engine |
Core database machinery.
|
org.axiondb.engine.commands |
AxionCommand implementations. |
org.axiondb.engine.tables | |
org.axiondb.engine.visitors |
Modifier and Type | Method and Description |
---|---|
Selectable |
BaseDatabase.resolveSelectSelectable(SubSelectCommand select,
TableIdentifier[] tables) |
Modifier and Type | Method and Description |
---|---|
SubSelectCommand |
UpsertCommand.getUsingSubSelectCommand() |
Modifier and Type | Method and Description |
---|---|
void |
UpsertCommand.setSelectCommand(SubSelectCommand command) |
void |
CreateTableCommand.setSubQuery(SubSelectCommand subQuery) |
void |
InsertCommand.setSubSelect(SubSelectCommand select) |
void |
UpsertCommand.setUsingSubSelectCommand(SubSelectCommand command) |
Constructor and Description |
---|
InsertCommand(TableIdentifier table,
java.util.List columns,
SubSelectCommand subSelect) |
Constructor and Description |
---|
TableView(Database db,
java.lang.String name,
java.lang.String type,
SubSelectCommand subSelectCmd) |
TableView(Database db,
java.lang.String name,
SubSelectCommand subSelectCmd) |
Modifier and Type | Method and Description |
---|---|
Selectable |
ResolveSelectableVisitor.visit(SubSelectCommand select,
TableIdentifier[] tables) |