| Package | Description |
|---|---|
| org.axiondb.engine.commands |
AxionCommand implementations. |
| org.axiondb.parser |
SQL parser interface and implementation classes.
|
| Modifier and Type | Method and Description |
|---|---|
DMLWhenClause |
InsertIntoClause.getWhenClause() |
| Modifier and Type | Method and Description |
|---|---|
void |
InsertCommand.addInsertIntoClause(DMLWhenClause when,
TableIdentifier table,
java.util.List columns,
java.util.List values) |
void |
UpsertCommand.setExceptionWhenClause(DMLWhenClause w,
TableIdentifier t,
java.util.List cols,
java.util.List vals) |
void |
UpdateCommand.setExceptionWhenClause(DMLWhenClause w,
TableIdentifier t,
java.util.List cols,
java.util.List vals) |
| Constructor and Description |
|---|
InsertIntoClause(DMLWhenClause when,
TableIdentifier tid,
java.util.List cols,
boolean useDefaultValues) |
InsertIntoClause(DMLWhenClause when,
TableIdentifier tid,
java.util.List cols,
java.util.List vals) |
| Modifier and Type | Method and Description |
|---|---|
DMLWhenClause |
AxionSqlParser.SqlDMLWhenClause() |