#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.
|
1.2.8.1 written by Dimitri van Heesch,
© 1997-2001