#include "SSTable.h"
int SSTable::AddRow();
#include "SSTable.h"
#include "FileNavigator.h"
FileNavigator * pFileNavigator = NULL;
int objectIndex;
... // FileNavigator initialization
SSTable * pTable = new SSTable();
pTable->GetObject(objectIndex, pFileNavigator);
pTable->AddRow();
...
AddRow appends a row to the table, but does not add data to the row yet. Use FillRow or a similar method to add data to the row.
| No Arguments |
A negative value indicates an error or warning.
| See also: | InsertRow |
|---|