1
0
mirror of https://github.com/php/doc-tr.git synced 2026-03-23 23:02:09 +01:00
Files
archived-doc-tr/reference/pdo/drivers.xml
2023-03-24 16:11:16 +03:00

102 lines
2.9 KiB
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: d56323d68445bef66df6f4a28c64648f9a0e57e5 Maintainer: nilgun Status: ready -->
<part xml:id="pdo.drivers" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>PDO Sürücüleri</title>
<partintro>
<para>
PDO arayüzü tarafından gerçeklenmiş sürücüler:
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>Sürücü ismi</entry>
<entry>Desteklenen veritabanları</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 Sunucusu / 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 Devingen Sunucusu</entry>
</row>
<row>
<entry><link linkend="ref.pdo-mysql">PDO_MYSQL</link></entry>
<entry>MySQL 3.x/4.x/5.x/8.x</entry>
</row>
<row>
<entry><link linkend="ref.pdo-oci">PDO_OCI</link></entry>
<entry>Oracle Çağrı Arayüzü</entry>
</row>
<row>
<entry><link linkend="ref.pdo-odbc">PDO_ODBC</link></entry>
<entry>ODBC v3 (IBM DB2, unixODBC ve 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 ve 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
-->