<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.sqlite3.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'tr',
  ),
  'this' => 
  array (
    0 => 'sqlite3.constants.php',
    1 => '&Ouml;ntanımlı Sabitler',
    2 => '&Ouml;ntanımlı Sabitler',
  ),
  'up' => 
  array (
    0 => 'book.sqlite3.php',
    1 => 'SQLite3',
  ),
  'prev' => 
  array (
    0 => 'sqlite3.configuration.php',
    1 => '&Ccedil;alışma Anı Yapılandırması',
  ),
  'next' => 
  array (
    0 => 'class.sqlite3.php',
    1 => 'SQLite3',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'tr',
    'path' => 'reference/sqlite3/constants.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="sqlite3.constants" class="appendix">
 <h1 class="title">Öntanımlı Sabitler</h1>

 <p class="simpara">
Buradaki sabitler bu eklenti için
tanımlanmış olup, sadece eklentinin PHP içinde derlenmiş olması veya çalışma
anında dinamik olarak yüklenmesi halinde kullanılabilir.</p>
 <p class="para">
  <dl>
   
    <dt id="constant.sqlite3-assoc">
     <strong><code><a href="sqlite3.constants.php#constant.sqlite3-assoc">SQLITE3_ASSOC</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      <span class="methodname"><a href="sqlite3result.fetcharray.php" class="methodname">SQLite3Result::fetchArray()</a></span>  yönteminin ilgili
      sonuç kümesinde bulunan sütun isimlerine göre indislenmiş bir dizi
      döndüreceğini belirtir.
     </span>
    </dd>
   
   
    <dt id="constant.sqlite3-num">
     <strong><code><a href="sqlite3.constants.php#constant.sqlite3-num">SQLITE3_NUM</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      <span class="methodname"><a href="sqlite3result.fetcharray.php" class="methodname">Sqlite3Result::fetchArray()</a></span> yönteminin ilgili
      sonuç kümesinde bulunan sütun numaralarına göre indislenmiş bir dizi
      döndüreceğini belirtir. Sütun numaraları 0&#039;dan başlar.
     </span>
    </dd>
   
   
    <dt id="constant.sqlite3-both">
     <strong><code><a href="sqlite3.constants.php#constant.sqlite3-both">SQLITE3_BOTH</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      <span class="methodname"><a href="sqlite3result.fetcharray.php" class="methodname">Sqlite3Result::fetchArray()</a></span> yönteminin ilgili
      sonuç kümesinde bulunan sütun isimlerine ve sütün numaralarına göre
      indislenmiş bir dizi döndüreceğini belirtir. Sütun numaraları 0&#039;dan
      başlar.
     </span>
    </dd>
   
   
    <dt id="constant.sqlite3-integer">
     <strong><code><a href="sqlite3.constants.php#constant.sqlite3-integer">SQLITE3_INTEGER</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      SQLite3 INTEGER (tamsayı) saklama sınıfını temsil eder.
     </span>
    </dd>
   
   
    <dt id="constant.sqlite3-float">
     <strong><code><a href="sqlite3.constants.php#constant.sqlite3-float">SQLITE3_FLOAT</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      SQLite3 REAL (FLOAT) (gerçek sayı) saklama sınıfını temsil eder.
     </span>
    </dd>
   
   
    <dt id="constant.sqlite3-text">
     <strong><code><a href="sqlite3.constants.php#constant.sqlite3-text">SQLITE3_TEXT</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      SQLite3 TEXT (metin) saklama sınıfını temsil eder.
     </span>
    </dd>
   
   
    <dt id="constant.sqlite3-blob">
     <strong><code><a href="sqlite3.constants.php#constant.sqlite3-blob">SQLITE3_BLOB</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      SQLite3 BLOB (ikil veri) saklama sınıfını temsil eder..
     </span>
    </dd>
   
   
    <dt id="constant.sqlite3-null">
     <strong><code><a href="sqlite3.constants.php#constant.sqlite3-null">SQLITE3_NULL</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      SQLite3 NULL saklama sınıfını temsil eder.
     </span>
    </dd>
   
   
    <dt id="constant.sqlite3-open-readonly">
     <strong><code><a href="sqlite3.constants.php#constant.sqlite3-open-readonly">SQLITE3_OPEN_READONLY</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      SQLite3 veritabanının salt-okunur açılacağını belirtir.
     </span>
    </dd>
   
   
    <dt id="constant.sqlite3-open-readwrite">
     <strong><code><a href="sqlite3.constants.php#constant.sqlite3-open-readwrite">SQLITE3_OPEN_READWRITE</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      SQLite3 veritabanının okuma ve yazma amacıyla açılacağını belirtir.
     </span>
    </dd>
   
   
    <dt id="constant.sqlite3-open-create">
     <strong><code><a href="sqlite3.constants.php#constant.sqlite3-open-create">SQLITE3_OPEN_CREATE</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
       SQLite3 veritabanının mevcut değilse oluşturulacağını belirtir.
     </span>
    </dd>
   
   
    <dt id="constant.sqlite3-deterministic">
     <strong><code><a href="sqlite3.constants.php#constant.sqlite3-deterministic">SQLITE3_DETERMINISTIC</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      <span class="function"><a href="sqlite3.createfunction.php" class="function">SQLite3::createFunction()</a></span> ile oluşturulan bir işlevin
      belirlenimsel olduğunu belirtir, yani tek bir SQL ifadesi içinde aynı
      girdiler verildiğinde her zaman aynı sonucu döndürür. (PHP 7.1.4 ve
      sonrasında kullanılabilir.)
     </span>
    </dd>
   
  </dl>
 </p>
</div>
<?php manual_footer($setup); ?>