
   #[1]next
   
   [2]next up previous
   Next: [3]Introductory Material
   
                                  Mysql++
                            A C++ API for Mysql
                                 ver 1.7.8
                                      
                               Kevin Atkinson
                            <kevinatk@home.com>
                             Sinisa Milivojevic
                             <sinisa@mysql.com>
                              Michael Widenius
                             <monty@mysql.com>
     _________________________________________________________________
   
     * [4]Introductory Material
          + [5]1. Introduction
               o [6]1.1 What is Mysql++
               o [7]1.2 Getting Mysql++
               o [8]1.3 Mysql++ Mailing List
          + [9]2. Overview
               o [10]The Main Database Handle
               o [11]The Query Object
               o [12]The Result Sets
                    # [13]The Dramatic Result Set
                    # [14]The Static Result Sets
                    # [15]The Dynamic Fully Mutable Sets
               o [16]In addition
          + [17]3. Important Changes 
               o [18]3.1 Current Changes
               o [19]3.2 Future Changes
     * [20]Usage
          + [21]4. Tutorial by Example
               o [22]4.1 Introduction
               o [23]4.2 Assumptions
               o [24]4.3 Running the Examples
               o [25]4.4 The Basics
                    # [26]4.4.1 A Simple Example
                    # [27]4.4.2 A slightly more complicated example
                    # [28]4.4.3 Getting Info about the Fields
               o [29]4.5 Specialized SQL Structures
                    # [30]4.5.1 Retrieving Data
                    # [31]4.5.2 Adding Data 
                    # [32]4.5.3 Modifying Data 
                    # [33]4.5.4 Less-Than-Comparable
               o [34]4.6 Let us be usefull
                    # [35]4.6.1 Loading binary file in a BLOB column
                    # [36]4.6.1 Displaying images in HTML from BLOB
                      column
                    # [37]4.6.2 Delete or Update from Select
                    # [38]4.6.2 And There's More
               o [39]4.7 Template Queries
          + [40]5. Class Reference 
               o [41]5.1 Manipulators 
          + [42]6. Template Queries
               o [43]6.1 Setting Them Up
               o [44]6.2 Template Format
               o [45]6.3 Setting the Parameters
                    # [46]6.3.1 At Execution Time
                    # [47]6.3.2 Using Defaults
                    # [48]6.3.3 Combining the Two
                    # [49]6.3.4 Error Handling
                    # [50]6.3.5 More Advanced Stuff
          + [51]7. Specialized SQL Structures
               o [52]7.1 sql_create_basic 
               o [53]7.2 sql_create_basic with compare 
               o [54]7.3 sql_create_basic with Additional Constructor 
               o [55]7.4 sql_create_basic General Format 
               o [56]7.5 sql_create_basic_c_order 
               o [57]7.6 sql_create_basic_c_order General Format 
               o [58]7.7 sql_create 
               o [59]7.8 sql_create_c_names 
               o [60]7.9 sql_create_c_names General Format 
               o [61]7.10 sql_create_c_order 
               o [62]7.11 sql_create_complete 
               o [63]7.12 Changing the table name 
               o [64]7.13 Seeing the actual code 
               o [65]7.14 Adding functionality 
               o [66]7.15 Other notes 
          + [67]8. Long Names
     * [68]Appendices
          + [69]A. Changelog
               o [70]1.7.8 (November 14 2000) Sinisa Milivojevic
                 <sinisa@mysql.com>
               o [71]1.7.6 (September 22 2000) Sinisa Milivojevic
                 <sinisa@mysql.com>
               o [72]1.7.5 (July 30 2000) Sinisa Milivojevic
                 <sinisa@mysql.com>
               o [73]1.7 (May17 2000) Sinisa Milivojevic
                 <sinisa@mysql.com>
               o [74]1.6 (Feb 3 2000) Sinisa Milivojevic
                 <sinisa@mysql.com>
               o [75]1.5 (Dec 1 1999) Sinisa Milivojevic
                 <sinisa@mysql.com>
               o [76]1.4 (Nov 25 1999) Sinisa Milivojevic
                 <sinisa@mysql.com>
               o [77]1.3 (Nov 10 1999) Sinisa Milivojevic
                 <sinisa@mysql.com>
               o [78]1.2 (Oct 15 1999) Sinisa Milivojevic
                 <sinisa@mysql.com>
               o [79]1.1 (Aug 2 1999) Sinisa Milivojevic
                 <sinisa@mysql.com>
               o [80]1.0 (June 9 1999) Michael Widenius
                 <monty@monty.pp.sci.fi>
               o [81].64.1.1a (Sep 27 1998)
               o [82].64.1a (Aug 1 1998)
               o [83].64.0.1a (July 31 1998) 
               o [84].64.a (July 24 1998)
               o [85].63.1.a
               o [86].62.a (May 3 1998)
               o [87].61.1.a (April 28 1998)
               o [88].61.0.a
               o [89].60.3a (April 24 1998)
          + [90]B. To Do
          + [91]C. Credits
          + [92]D. Copyright
               o [93]D.1 LGPL
          + [94]E. Feedback
     * [95]About this document ...
     _________________________________________________________________
   
   
    2000-11-14

References

   1. file://localhost/home/Sinisa/bens/doc/man-html/Introductory_Material.html
   2. file://localhost/home/Sinisa/bens/doc/man-html/Introductory_Material.html
   3. file://localhost/home/Sinisa/bens/doc/man-html/Introductory_Material.html
   4. file://localhost/home/Sinisa/bens/doc/man-html/Introductory_Material.html
   5. file://localhost/home/Sinisa/bens/doc/man-html/1_Introduction.html
   6. file://localhost/home/Sinisa/bens/doc/man-html/1_Introduction.html#SECTION01110000000000000000
   7. file://localhost/home/Sinisa/bens/doc/man-html/1_Introduction.html#SECTION01120000000000000000
   8. file://localhost/home/Sinisa/bens/doc/man-html/1_Introduction.html#SECTION01130000000000000000
   9. file://localhost/home/Sinisa/bens/doc/man-html/2_Overview.html
  10. file://localhost/home/Sinisa/bens/doc/man-html/2_Overview.html#SECTION01210000000000000000
  11. file://localhost/home/Sinisa/bens/doc/man-html/2_Overview.html#SECTION01220000000000000000
  12. file://localhost/home/Sinisa/bens/doc/man-html/2_Overview.html#SECTION01230000000000000000
  13. file://localhost/home/Sinisa/bens/doc/man-html/2_Overview.html#SECTION01231000000000000000
  14. file://localhost/home/Sinisa/bens/doc/man-html/2_Overview.html#SECTION01232000000000000000
  15. file://localhost/home/Sinisa/bens/doc/man-html/2_Overview.html#SECTION01233000000000000000
  16. file://localhost/home/Sinisa/bens/doc/man-html/2_Overview.html#SECTION01240000000000000000
  17. file://localhost/home/Sinisa/bens/doc/man-html/3_Important.html
  18. file://localhost/home/Sinisa/bens/doc/man-html/3_Important.html#SECTION01310000000000000000
  19. file://localhost/home/Sinisa/bens/doc/man-html/3_Important.html#SECTION01320000000000000000
  20. file://localhost/home/Sinisa/bens/doc/man-html/Usage.html
  21. file://localhost/home/Sinisa/bens/doc/man-html/4_Tutorial.html
  22. file://localhost/home/Sinisa/bens/doc/man-html/4_Tutorial.html#SECTION02110000000000000000
  23. file://localhost/home/Sinisa/bens/doc/man-html/4_Tutorial.html#SECTION02120000000000000000
  24. file://localhost/home/Sinisa/bens/doc/man-html/4_Tutorial.html#SECTION02130000000000000000
  25. file://localhost/home/Sinisa/bens/doc/man-html/4_Tutorial.html#SECTION02140000000000000000
  26. file://localhost/home/Sinisa/bens/doc/man-html/4_Tutorial.html#SECTION02141000000000000000
  27. file://localhost/home/Sinisa/bens/doc/man-html/4_Tutorial.html#SECTION02142000000000000000
  28. file://localhost/home/Sinisa/bens/doc/man-html/4_Tutorial.html#SECTION02143000000000000000
  29. file://localhost/home/Sinisa/bens/doc/man-html/4_Tutorial.html#SECTION02150000000000000000
  30. file://localhost/home/Sinisa/bens/doc/man-html/4_Tutorial.html#SECTION02151000000000000000
  31. file://localhost/home/Sinisa/bens/doc/man-html/4_Tutorial.html#SECTION02152000000000000000
  32. file://localhost/home/Sinisa/bens/doc/man-html/4_Tutorial.html#SECTION02153000000000000000
  33. file://localhost/home/Sinisa/bens/doc/man-html/4_Tutorial.html#SECTION02154000000000000000
  34. file://localhost/home/Sinisa/bens/doc/man-html/4_Tutorial.html#SECTION02160000000000000000
  35. file://localhost/home/Sinisa/bens/doc/man-html/4_Tutorial.html#SECTION02161000000000000000
  36. file://localhost/home/Sinisa/bens/doc/man-html/4_Tutorial.html#SECTION02162000000000000000
  37. file://localhost/home/Sinisa/bens/doc/man-html/4_Tutorial.html#SECTION02163000000000000000
  38. file://localhost/home/Sinisa/bens/doc/man-html/4_Tutorial.html#SECTION02164000000000000000
  39. file://localhost/home/Sinisa/bens/doc/man-html/4_Tutorial.html#SECTION02170000000000000000
  40. file://localhost/home/Sinisa/bens/doc/man-html/5_Class.html
  41. file://localhost/home/Sinisa/bens/doc/man-html/5_Class.html#SECTION02210000000000000000
  42. file://localhost/home/Sinisa/bens/doc/man-html/6_Template.html
  43. file://localhost/home/Sinisa/bens/doc/man-html/6_Template.html#SECTION02310000000000000000
  44. file://localhost/home/Sinisa/bens/doc/man-html/6_Template.html#SECTION02320000000000000000
  45. file://localhost/home/Sinisa/bens/doc/man-html/6_Template.html#SECTION02330000000000000000
  46. file://localhost/home/Sinisa/bens/doc/man-html/6_Template.html#SECTION02331000000000000000
  47. file://localhost/home/Sinisa/bens/doc/man-html/6_Template.html#SECTION02332000000000000000
  48. file://localhost/home/Sinisa/bens/doc/man-html/6_Template.html#SECTION02333000000000000000
  49. file://localhost/home/Sinisa/bens/doc/man-html/6_Template.html#SECTION02334000000000000000
  50. file://localhost/home/Sinisa/bens/doc/man-html/6_Template.html#SECTION02335000000000000000
  51. file://localhost/home/Sinisa/bens/doc/man-html/7_Specialized.html
  52. file://localhost/home/Sinisa/bens/doc/man-html/7_Specialized.html#SECTION02410000000000000000
  53. file://localhost/home/Sinisa/bens/doc/man-html/7_Specialized.html#SECTION02420000000000000000
  54. file://localhost/home/Sinisa/bens/doc/man-html/7_Specialized.html#SECTION02430000000000000000
  55. file://localhost/home/Sinisa/bens/doc/man-html/7_Specialized.html#SECTION02440000000000000000
  56. file://localhost/home/Sinisa/bens/doc/man-html/7_Specialized.html#SECTION02450000000000000000
  57. file://localhost/home/Sinisa/bens/doc/man-html/7_Specialized.html#SECTION02460000000000000000
  58. file://localhost/home/Sinisa/bens/doc/man-html/7_Specialized.html#SECTION02470000000000000000
  59. file://localhost/home/Sinisa/bens/doc/man-html/7_Specialized.html#SECTION02480000000000000000
  60. file://localhost/home/Sinisa/bens/doc/man-html/7_Specialized.html#SECTION02490000000000000000
  61. file://localhost/home/Sinisa/bens/doc/man-html/7_Specialized.html#SECTION024100000000000000000
  62. file://localhost/home/Sinisa/bens/doc/man-html/7_Specialized.html#SECTION024110000000000000000
  63. file://localhost/home/Sinisa/bens/doc/man-html/7_Specialized.html#SECTION024120000000000000000
  64. file://localhost/home/Sinisa/bens/doc/man-html/7_Specialized.html#SECTION024130000000000000000
  65. file://localhost/home/Sinisa/bens/doc/man-html/7_Specialized.html#SECTION024140000000000000000
  66. file://localhost/home/Sinisa/bens/doc/man-html/7_Specialized.html#SECTION024150000000000000000
  67. file://localhost/home/Sinisa/bens/doc/man-html/8_Long.html
  68. file://localhost/home/Sinisa/bens/doc/man-html/Appendices.html
  69. file://localhost/home/Sinisa/bens/doc/man-html/A_Changelog.html
  70. file://localhost/home/Sinisa/bens/doc/man-html/A_Changelog.html#SECTION03110000000000000000
  71. file://localhost/home/Sinisa/bens/doc/man-html/A_Changelog.html#SECTION03120000000000000000
  72. file://localhost/home/Sinisa/bens/doc/man-html/A_Changelog.html#SECTION03130000000000000000
  73. file://localhost/home/Sinisa/bens/doc/man-html/A_Changelog.html#SECTION03140000000000000000
  74. file://localhost/home/Sinisa/bens/doc/man-html/A_Changelog.html#SECTION03150000000000000000
  75. file://localhost/home/Sinisa/bens/doc/man-html/A_Changelog.html#SECTION03160000000000000000
  76. file://localhost/home/Sinisa/bens/doc/man-html/A_Changelog.html#SECTION03170000000000000000
  77. file://localhost/home/Sinisa/bens/doc/man-html/A_Changelog.html#SECTION03180000000000000000
  78. file://localhost/home/Sinisa/bens/doc/man-html/A_Changelog.html#SECTION03190000000000000000
  79. file://localhost/home/Sinisa/bens/doc/man-html/A_Changelog.html#SECTION031100000000000000000
  80. file://localhost/home/Sinisa/bens/doc/man-html/A_Changelog.html#SECTION031110000000000000000
  81. file://localhost/home/Sinisa/bens/doc/man-html/A_Changelog.html#SECTION031120000000000000000
  82. file://localhost/home/Sinisa/bens/doc/man-html/A_Changelog.html#SECTION031130000000000000000
  83. file://localhost/home/Sinisa/bens/doc/man-html/A_Changelog.html#SECTION031140000000000000000
  84. file://localhost/home/Sinisa/bens/doc/man-html/A_Changelog.html#SECTION031150000000000000000
  85. file://localhost/home/Sinisa/bens/doc/man-html/A_Changelog.html#SECTION031160000000000000000
  86. file://localhost/home/Sinisa/bens/doc/man-html/A_Changelog.html#SECTION031170000000000000000
  87. file://localhost/home/Sinisa/bens/doc/man-html/A_Changelog.html#SECTION031180000000000000000
  88. file://localhost/home/Sinisa/bens/doc/man-html/A_Changelog.html#SECTION031190000000000000000
  89. file://localhost/home/Sinisa/bens/doc/man-html/A_Changelog.html#SECTION031200000000000000000
  90. file://localhost/home/Sinisa/bens/doc/man-html/B_Do.html
  91. file://localhost/home/Sinisa/bens/doc/man-html/C_Credits.html
  92. file://localhost/home/Sinisa/bens/doc/man-html/D_Copyright.html
  93. file://localhost/home/Sinisa/bens/doc/man-html/D_Copyright.html#SECTION03410000000000000000
  94. file://localhost/home/Sinisa/bens/doc/man-html/E_Feedback.html
  95. file://localhost/home/Sinisa/bens/doc/man-html/About_this.html
