Next:
4. Tutorial by Example
Up:
Mysql++ A C++ API
Previous:
3. Important Changes
 
Contents
Usage
Subsections
4. Tutorial by Example
4.1 Introduction
4.2 Assumptions
4.3 Running the Examples
4.4 The Basics
4.4.1 A Simple Example
4.4.2 A slightly more complicated example
4.4.3 Getting Info about the Fields
4.5 Specialized SQL Structures
4.5.1 Retrieving Data
4.5.2 Adding Data
4.5.3 Modifying Data
4.5.4 Less-Than-Comparable
4.6 Let us be usefull
4.6.1 Loading binary file in a BLOB column
4.6.1 Displaying images in HTML from BLOB column
4.6.2 Delete or Update from Select
4.6.2 And There's More
4.7 Template Queries
5. Class Reference
5.1 Manipulators
6. Template Queries
6.1 Setting Them Up
6.2 Template Format
6.3 Setting the Parameters
6.3.1 At Execution Time
6.3.2 Using Defaults
6.3.3 Combining the Two
6.3.4 Error Handling
6.3.5 More Advanced Stuff
7. Specialized SQL Structures
7.1 sql_create_basic
7.2 sql_create_basic with compare
7.3 sql_create_basic with Additional Constructor
7.4 sql_create_basic General Format
7.5 sql_create_basic_c_order
7.6 sql_create_basic_c_order General Format
7.7 sql_create
7.8 sql_create_c_names
7.9 sql_create_c_names General Format
7.10 sql_create_c_order
7.11 sql_create_complete
7.12 Changing the table name
7.13 Seeing the actual code
7.14 Adding functionality
7.15 Other notes
8. Long Names
2001-05-01