db_key_t.xml 788 B

123456789101112131415161718192021222324252627
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
  3. "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
  4. <section id="db_key_t" xmlns:xi="http://www.w3.org/2001/XInclude">
  5. <sectioninfo>
  6. <revhistory>
  7. <revision>
  8. <revnumber>$Revision$</revnumber>
  9. <date>$Date$</date>
  10. </revision>
  11. </revhistory>
  12. </sectioninfo>
  13. <title>Type <type>db_key_t</type></title>
  14. <para>
  15. This type represents a database key. Every time you need to specify a
  16. key value, this type should be used. In fact, this type is identical to
  17. <type>const char*</type>.
  18. </para>
  19. <programlisting>
  20. typedef const char* db_key_t;
  21. </programlisting>
  22. <para>
  23. There are no macros defined (they are not needed).
  24. </para>
  25. </section>