org.axiondb.engine.commands
public class UpdateCommand extends ChildTableUpdater
Version: $Revision: 1.64 $ $Date: 2006/01/10 21:02:37 $
Constructor Summary | |
---|---|
UpdateCommand() |
Method Summary | |
---|---|
void | addColumn(ColumnIdentifier col) |
void | addValue(Selectable val) |
protected void | buildBindVariables() |
boolean | execute(Database database) |
AxionResultSet | executeQuery(Database database)
Unsupported, use UpdateCommandinstead.
|
int | executeUpdate(Database db) |
int | getColumnCount() |
Iterator | getColumnIterator() |
UpdateCommand.ExceptionWhenClause | getExceptionWhenClause() |
TableIdentifier | getTable() |
int | getValueCount() |
Iterator | getValueIterator() |
Selectable | getWhere() |
protected void | resolve(Database db) |
void | setExceptionWhenClause(DMLWhenClause w, TableIdentifier t, List cols, List vals) |
void | setQueryContext(AxionQueryContext context) |
void | setTable(TableIdentifier table) |
void | setWhere(Selectable where) |
Throws: UnsupportedOperationException