<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/refs.database.vendors.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'uk',
  ),
  'this' => 
  array (
    0 => 'book.sqlite3.php',
    1 => 'SQLite3',
    2 => 'SQLite3',
  ),
  'up' => 
  array (
    0 => 'refs.database.vendors.php',
    1 => 'Постачальники окремих розширень баз даних',
  ),
  'prev' => 
  array (
    0 => 'class.pgsql-lob.php',
    1 => 'PgSql\\Lob',
  ),
  'next' => 
  array (
    0 => 'intro.sqlite3.php',
    1 => 'Вступ',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'uk',
    'path' => 'reference/sqlite3/book.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/book.sqlite3.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="book.sqlite3" class="book">
 
 <h1 class="title">SQLite3</h1>
 

 

 







 








 




 



 




 





<ul class="chunklist chunklist_book"><li><a href="intro.sqlite3.php">Вступ</a></li><li><a href="sqlite3.setup.php">Встановлення/налаштування</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="sqlite3.requirements.php">Вимоги</a></li><li><a href="sqlite3.installation.php">Встановлення</a></li><li><a href="sqlite3.configuration.php">Налаштування під час виконання</a></li></ul></li><li><a href="sqlite3.constants.php">Попередньо визначені константи</a></li><li><a href="class.sqlite3.php">SQLite3</a> — The SQLite3 class<ul class="chunklist chunklist_book chunklist_children"><li><a href="sqlite3.backup.php">SQLite3::backup</a> — Backup one database to another database</li><li><a href="sqlite3.busytimeout.php">SQLite3::busyTimeout</a> — Sets the busy connection handler</li><li><a href="sqlite3.changes.php">SQLite3::changes</a> — Returns the number of database rows that were changed (or inserted or
   deleted) by the most recent SQL statement</li><li><a href="sqlite3.close.php">SQLite3::close</a> — Closes the database connection</li><li><a href="sqlite3.construct.php">SQLite3::__construct</a> — Створює об'єкт класу SQLite3 та з'єднюється з базою даних SQLite 3</li><li><a href="sqlite3.createaggregate.php">SQLite3::createAggregate</a> — Registers a PHP function for use as an SQL aggregate function</li><li><a href="sqlite3.createcollation.php">SQLite3::createCollation</a> — Registers a PHP function for use as an SQL collating function</li><li><a href="sqlite3.createfunction.php">SQLite3::createFunction</a> — Registers a PHP function for use as an SQL scalar function</li><li><a href="sqlite3.enableexceptions.php">SQLite3::enableExceptions</a> — Enable throwing exceptions</li><li><a href="sqlite3.escapestring.php">SQLite3::escapeString</a> — Returns a string that has been properly escaped</li><li><a href="sqlite3.exec.php">SQLite3::exec</a> — Executes a result-less query against a given database</li><li><a href="sqlite3.lasterrorcode.php">SQLite3::lastErrorCode</a> — Returns the numeric result code of the most recent failed SQLite request</li><li><a href="sqlite3.lasterrormsg.php">SQLite3::lastErrorMsg</a> — Returns English text describing the most recent failed SQLite request</li><li><a href="sqlite3.lastinsertrowid.php">SQLite3::lastInsertRowID</a> — Returns the row ID of the most recent INSERT into the database</li><li><a href="sqlite3.loadextension.php">SQLite3::loadExtension</a> — Attempts to load an SQLite extension library</li><li><a href="sqlite3.open.php">SQLite3::open</a> — Відкриває базу даних SQLite</li><li><a href="sqlite3.openblob.php">SQLite3::openBlob</a> — Opens a stream resource to read a BLOB</li><li><a href="sqlite3.prepare.php">SQLite3::prepare</a> — Prepares an SQL statement for execution</li><li><a href="sqlite3.query.php">SQLite3::query</a> — Executes an SQL query</li><li><a href="sqlite3.querysingle.php">SQLite3::querySingle</a> — Executes a query and returns a single result</li><li><a href="sqlite3.setauthorizer.php">SQLite3::setAuthorizer</a> — Configures a callback to be used as an authorizer to limit what a statement can do</li><li><a href="sqlite3.version.php">SQLite3::version</a> — Returns the SQLite3 library version as a string constant and as a number</li></ul></li><li><a href="class.sqlite3exception.php">SQLite3Exception</a> — The SQLite3Exception class</li><li><a href="class.sqlite3stmt.php">SQLite3Stmt</a> — The SQLite3Stmt class<ul class="chunklist chunklist_book chunklist_children"><li><a href="sqlite3stmt.bindparam.php">SQLite3Stmt::bindParam</a> — Binds a parameter to a statement variable</li><li><a href="sqlite3stmt.bindvalue.php">SQLite3Stmt::bindValue</a> — Binds the value of a parameter to a statement variable</li><li><a href="sqlite3stmt.clear.php">SQLite3Stmt::clear</a> — Clears all current bound parameters</li><li><a href="sqlite3stmt.close.php">SQLite3Stmt::close</a> — Closes the prepared statement</li><li><a href="sqlite3stmt.construct.php">SQLite3Stmt::__construct</a> — Constructs an SQLite3Stmt object</li><li><a href="sqlite3stmt.execute.php">SQLite3Stmt::execute</a> — Executes a prepared statement and returns a result set object</li><li><a href="sqlite3stmt.getsql.php">SQLite3Stmt::getSQL</a> — Get the SQL of the statement</li><li><a href="sqlite3stmt.paramcount.php">SQLite3Stmt::paramCount</a> — Returns the number of parameters within the prepared statement</li><li><a href="sqlite3stmt.readonly.php">SQLite3Stmt::readOnly</a> — Returns whether a statement is definitely read only</li><li><a href="sqlite3stmt.reset.php">SQLite3Stmt::reset</a> — Resets the prepared statement</li></ul></li><li><a href="class.sqlite3result.php">SQLite3Result</a> — The SQLite3Result class<ul class="chunklist chunklist_book chunklist_children"><li><a href="sqlite3result.columnname.php">SQLite3Result::columnName</a> — Returns the name of the nth column</li><li><a href="sqlite3result.columntype.php">SQLite3Result::columnType</a> — Returns the type of the nth column</li><li><a href="sqlite3result.construct.php">SQLite3Result::__construct</a> — Constructs an SQLite3Result</li><li><a href="sqlite3result.fetcharray.php">SQLite3Result::fetchArray</a> — Вибирає результуючий рядок у формі масиву з асоціативними або
   числовими індексами, чи обидва варіанта.</li><li><a href="sqlite3result.finalize.php">SQLite3Result::finalize</a> — Closes the result set</li><li><a href="sqlite3result.numcolumns.php">SQLite3Result::numColumns</a> — Returns the number of columns in the result set</li><li><a href="sqlite3result.reset.php">SQLite3Result::reset</a> — Resets the result set back to the first row</li></ul></li></ul></div><?php manual_footer($setup); ?>