RGMAStorageLocation Struct Reference

#include <rgma.h>


Data Fields

char * location
char * username
char * password
char * logicalName


Detailed Description

The RGMAStorageLocation structure holds file or database connection details for a Primary or Secondary Producer. It is filled in by hand then passed into the constructor for the producer. Naming your own database (via the location, username and password fields) is deprecated - you should assign a logical name instead (via the logicalName field), then call RGMAPrimaryProducer_listTupleStores() to retrieve the name of the database created by R-GMA.


Field Documentation

char* location
 

Deprecated:
Use logicalName.

char* username
 

Deprecated:
Use logicalName.

char* password
 

Deprecated:
Use logicalName.

char* logicalName
 

Logical name for tuple store.


Generated on Wed May 17 17:48:42 2006 for RGMA C API by doxygen 1.3.5