$Revision$ $Date$ Type <type>db_key_t</type> This type represents a database key. Every time you need to specify a key value, this type should be used. In fact, this type is identical to const char*. typedef const char* db_key_t; There are no macros defined (they are not needed).