org.axiondb.engine.commands

Class InsertCommand.InsertSingleRow

private class InsertCommand.InsertSingleRow extends InsertIntoClause

Constructor Summary
InsertSingleRow(TableIdentifier tid, List cols, List vals)
InsertSingleRow(TableIdentifier tid, List cols, boolean defaultValues)
Method Summary
intinsertRow(Database db)
voidresolve(Database db)

Constructor Detail

InsertSingleRow

public InsertSingleRow(TableIdentifier tid, List cols, List vals)

InsertSingleRow

public InsertSingleRow(TableIdentifier tid, List cols, boolean defaultValues)

Method Detail

insertRow

public int insertRow(Database db)

resolve

public void resolve(Database db)