#include <dbrow.h>
Public Methods | |
DbRow (long theRowNumber, LOOK_STMT theStmt) | |
Constructor. More... | |
virtual | ~DbRow () |
Destructor. | |
const DbField* | GetColumn (int theColumnNumber) const |
Get theColumnNumberth column. More... |
DbRows are created by DbQuery::Fetch(), and contain DbFields.
|
Constructor. This actually retrieves the data from the interface layer.
|
|
Get theColumnNumberth column.
|