#include <rgma.h>
Data Fields | |
char * | tableName |
int | numColumns |
RGMAColumnDefinition * | column |
It is allocated on the heap and you should call RGMA_freeTableDefinition to free it when it is no longer required.
|
Table name. |
|
Number of columns in the table. |
|
List of column definitions. |