org.axiondb.engine.commands
private class InsertCommand.InsertSingleRow extends InsertIntoClause
Constructor Summary | |
---|---|
InsertSingleRow(TableIdentifier tid, List cols, List vals) | |
InsertSingleRow(TableIdentifier tid, List cols, boolean defaultValues) |
Method Summary | |
---|---|
int | insertRow(Database db) |
void | resolve(Database db) |