RGMATableDefinition Struct Reference

#include <rgma.h>


Data Fields

char * tableName
int numColumns
RGMAColumnDefinitioncolumn


Detailed Description

The RGMATableDefinition structure holds the column definitions for a table.

It is allocated on the heap and you should call RGMA_freeTableDefinition to free it when it is no longer required.


Field Documentation

char* tableName
 

Table name.

int numColumns
 

Number of columns in the table.

RGMAColumnDefinition* column
 

List of column definitions.


Generated on Fri Mar 16 14:00:37 2007 for RGMA C API by doxygen 1.3.5