#include <rel/rdb.h>
Data Fields | |
| char * | name |
| RDB_type * | typ |
| RDB_object * | defaultp |
| int | options |
| char* RDB_attr::name |
The name of the attribute.
| RDB_type* RDB_attr::typ |
The type of the attribute.
If not NULL, this field must point to an RDB_object structure that specifies the default value for the attribute.
This field is currently ignored. It should be set to zero for compatibility with future versions of Duro.
1.5.1