PDF (US Ltr)
- 1.4Mb
PDF (A4)
- 1.4Mb
Table of Contents
- 3.1 Example C API Client Programs
- 3.2 Building C API Client Programs
- 3.3 Building C API Client Programs Using pkg-config
- 3.4 Writing C API Threaded Client Programs
- 3.5 Running C API Client Programs
- 3.6 Using C API Features
- 3.6.1 Support for Encrypted Connections
- 3.6.2 SSL Session Reuse
- 3.6.3 Multiple Statement Execution Support
- 3.6.4 Prepared Statement Handling of Date and Time Values
- 3.6.5 Prepared CALL Statement Support
- 3.6.6 Prepared Statement Problems
- 3.6.7 Optional Result Set Metadata
- 3.6.8 Automatic Reconnection Control
- 3.6.9 NULL mysql_store_result() Return After mysql_query() Success
- 3.6.10 Results Available from a Query
- 3.6.11 Obtaining the Unique ID for the Last Inserted Row
- 3.6.12 Obtaining the Server Version and Client Library Version
The following sections provide information on building client applications that use the C API. Topics include compiling and linking clients, writing threaded clients, and troubleshooting runtime problems.