Oracle 5.0 Reference Manual page 1754

Table of Contents

Advertisement

20.6.7. C API Prepared Statements ................................................................................. 2191
20.6.8. C API Prepared Statement Data Structures ........................................................... 2191
20.6.9. C API Prepared Statement Function Overview ...................................................... 2197
20.6.10. C API Prepared Statement Function Descriptions ................................................ 2200
20.6.11. C API Threaded Function Descriptions ................................................................ 2221
20.6.12. C API Embedded Server Function Descriptions ................................................... 2223
20.6.13. Common Questions and Problems When Using the C API ................................... 2223
20.6.14. Controlling Automatic Reconnection Behavior ...................................................... 2225
20.6.15. C API Support for Multiple Statement Execution .................................................. 2226
20.6.16. C API Prepared Statement Problems .................................................................. 2228
20.7. MySQL PHP API ............................................................................................................ 2230
20.7.1. Overview of the MySQL PHP drivers .................................................................... 2230
20.7.2. Original MySQL API (Mysql) ................................................................................ 2237
20.7.3. MySQL Improved Extension (Mysqli) .................................................................. 2306
20.7.4. MySQL Functions (PDO_MYSQL)
20.7.5. MySQL Native Driver (Mysqlnd) .......................................................................... 2524
20.7.7. Mysqlnd query result cache plugin (mysqlnd_qc) ................................................. 2657
20.7.8. Mysqlnd user handler plugin (mysqlnd_uh) .......................................................... 2708
20.7.9. Mysqlnd connection multiplexing plugin (mysqlnd_mux) ........................................ 2791
20.7.10. Mysqlnd Memcache plugin (mysqlnd_memcache) .............................................. 2795
20.7.11. Connector/PHP .................................................................................................. 2804
20.7.12. Common Problems with MySQL and PHP ........................................................... 2804
20.7.13. Enabling Both
20.8. MySQL Perl API ............................................................................................................. 2805
20.9. MySQL Python API ......................................................................................................... 2806
20.10. MySQL Ruby APIs ........................................................................................................ 2806
20.10.1. The MySQL/Ruby API ........................................................................................ 2806
20.10.2. The Ruby/MySQL API ........................................................................................ 2806
20.11. MySQL Tcl API ............................................................................................................. 2806
20.12. MySQL Eiffel Wrapper .................................................................................................. 2806
MySQL Connectors provide connectivity to the MySQL server for client programs. APIs provide low-
level access to the MySQL protocol and MySQL resources. Both Connectors and the APIs enable you
to connect and execute MySQL statements from another language or environment, including ODBC,
Java (JDBC), Perl, Python, PHP, Ruby, and native C and embedded MySQL instances.
MySQL Connectors
Oracle develops a number of connectors:
Connector/ODBC
Connectivity (ODBC) API. Support is available for ODBC connectivity from Windows, Unix, and Mac
OS X platforms.
Connector/Net
Net implements a fully functional ADO.NET interface and provides support for use with ADO.NET
aware tools. Applications that use Connector/Net can be written in any supported .NET language.
MySQL Connectors
and
mysql
Note
Connector version numbers do not correlate with MySQL Server version
numbers. See
Table 20.2, "MySQL Connector Versions and MySQL Server
Versions".
provides driver support for connecting to MySQL using the Open Database
enables developers to create .NET applications that connect to MySQL. Connector/
Statements ..................................................... 2229
CALL
(MySQL
(PDO)) ............................................... 2520
in PHP .......................................................... 2804
mysqli
1734

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the 5.0 and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Mysql 5.0

Table of Contents