php-doc-en/reference/pdo/drivers.xml
Christoph Michael Becker a7bdc593b7 Remove PDO_4D documentation
The extension had its latest release (0.3 beta) in 2009, and is obviously
unmaintained.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350722 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-30 21:17:30 +00:00

102 lines
2.8 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<part xml:id="pdo.drivers" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>PDO Drivers</title>
<partintro>
<para>
The following drivers currently implement the PDO interface:
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>Driver name</entry>
<entry>Supported databases</entry>
</row>
</thead>
<tbody>
<row>
<entry><link linkend="ref.pdo-cubrid">PDO_CUBRID</link></entry>
<entry>Cubrid</entry>
</row>
<row>
<entry><link linkend="ref.pdo-dblib">PDO_DBLIB</link></entry>
<entry>FreeTDS / Microsoft SQL Server / Sybase</entry>
</row>
<row>
<entry><link linkend="ref.pdo-firebird">PDO_FIREBIRD</link></entry>
<entry>Firebird</entry>
</row>
<row>
<entry><link linkend="ref.pdo-ibm">PDO_IBM</link></entry>
<entry>IBM DB2</entry>
</row>
<row>
<entry><link linkend="ref.pdo-informix">PDO_INFORMIX</link></entry>
<entry>IBM Informix Dynamic Server</entry>
</row>
<row>
<entry><link linkend="ref.pdo-mysql">PDO_MYSQL</link></entry>
<entry>MySQL 3.x/4.x/5.x</entry>
</row>
<row>
<entry><link linkend="ref.pdo-oci">PDO_OCI</link></entry>
<entry>Oracle Call Interface</entry>
</row>
<row>
<entry><link linkend="ref.pdo-odbc">PDO_ODBC</link></entry>
<entry>ODBC v3 (IBM DB2, unixODBC and win32 ODBC)</entry>
</row>
<row>
<entry><link linkend="ref.pdo-pgsql">PDO_PGSQL</link></entry>
<entry>PostgreSQL</entry>
</row>
<row>
<entry><link linkend="ref.pdo-sqlite">PDO_SQLITE</link></entry>
<entry>SQLite 3 and SQLite 2</entry>
</row>
<row>
<entry><link linkend="ref.pdo-sqlsrv">PDO_SQLSRV</link></entry>
<entry>Microsoft SQL Server / SQL Azure</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</para>
</partintro>
&reference.pdo-cubrid.reference;
&reference.pdo-dblib.reference;
&reference.pdo-firebird.reference;
&reference.pdo-ibm.reference;
&reference.pdo-informix.reference;
&reference.pdo-mysql.reference;
&reference.pdo-sqlsrv.reference;
&reference.pdo-oci.reference;
&reference.pdo-odbc.reference;
&reference.pdo-pgsql.reference;
&reference.pdo-sqlite.reference;
</part>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->