org.axiondb.engine.commands
public class SelectCommand extends BaseAxionCommand
Version: $Revision: 1.111 $ $Date: 2005/12/23 01:32:25 $
Field Summary | |
---|---|
protected AxionQueryContext | _context |
protected Database | _currentDatabase |
protected AxionQueryPlanner | _planner |
Constructor Summary | |
---|---|
SelectCommand(AxionQueryContext context) |
Method Summary | |
---|---|
protected void | buildBindVariables() |
protected void | buildTableList(Database db) |
boolean | execute(Database database) |
AxionResultSet | executeQuery(Database db)
Execute this command, returning a java.sql.ResultSet.
|
AxionResultSet | executeQuery(Database db, boolean isReadOnly) |
int | executeUpdate(Database database) Unsupported |
Map | getColumnIdToFieldMap() |
AxionQueryContext | getQueryContext() |
RowIterator | makeRowIterator(Database db, boolean isReadOnly) |
RowIterator | makeRowIterator(Database db, boolean isReadOnly, boolean refresh) |
protected void | resolve(Database db) |
String | toString() |
Returns: the java.sql.ResultSetgenerated by this command.
Throws: AxionException