next up previous contents
Next: SSTable Static Method Descriptions Up: Debugging Methods Previous: PrintTree

Assert

NAME Assert

PROTOTYPE

#include "SSTable.h"

int SSTable::Assert(int colIndex);

PURPOSE

Assert ensures internal consistency within the table. The assertion provided is very limited in nature. It should be used for debugging, if necessary.

RECEIVES

colIndex The column to be asserted as consistent.

RETURN VALUE

A negative value indicates an inconsistency. Use GetErrorMessage to find out what it is.

REMARKS

See also: GetErrorMessage
  PrintTable
  PrintTree



Olivera Tosic
12/17/1999