Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions reference/sqlite3/sqlite3.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
</classsynopsisinfo>

<classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.sqlite3')/db:refentry/db:refsect1[@role='description']/descendant::db:constructorsynopsis[not(@role='procedural')])">
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.sqlite3')/db:refentry/db:refsect1[@role='description']/descendant::db:constructorsynopsis[@role='SQLite3'])">
<xi:fallback/>
</xi:include>
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.sqlite3')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])">
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.sqlite3')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[@role='SQLite3'])">
<xi:fallback/>
</xi:include>
</classsynopsis>
Expand Down
2 changes: 1 addition & 1 deletion reference/sqlite3/sqlite3/backup.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<methodsynopsis role="SQLite3">
<modifier>public</modifier> <type>bool</type><methodname>SQLite3::backup</methodname>
<methodparam><type>SQLite3</type><parameter>destination</parameter></methodparam>
<methodparam choice="opt"><type>string</type><parameter>sourceDatabase</parameter><initializer>"main"</initializer></methodparam>
Expand Down
2 changes: 1 addition & 1 deletion reference/sqlite3/sqlite3/busyTimeout.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<methodsynopsis role="SQLite3">
<modifier>public</modifier> <type>bool</type><methodname>SQLite3::busyTimeout</methodname>
<methodparam><type>int</type><parameter>milliseconds</parameter></methodparam>
</methodsynopsis>
Expand Down
6 changes: 2 additions & 4 deletions reference/sqlite3/sqlite3/changes.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->

<refentry xml:id="sqlite3.changes" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>SQLite3::changes</refname>
Expand All @@ -12,9 +11,9 @@

<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<methodsynopsis role="SQLite3">
<modifier>public</modifier> <type>int</type><methodname>SQLite3::changes</methodname>
<void />
<void/>
</methodsynopsis>
<para>
Returns the number of database rows that were changed (or inserted or
Expand Down Expand Up @@ -58,7 +57,6 @@ if ($query) {
</refsect1>

</refentry>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Expand Down
6 changes: 2 additions & 4 deletions reference/sqlite3/sqlite3/close.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->

<refentry xml:id="sqlite3.close" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>SQLite3::close</refname>
Expand All @@ -9,9 +8,9 @@

<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<methodsynopsis role="SQLite3">
<modifier>public</modifier> <type>bool</type><methodname>SQLite3::close</methodname>
<void />
<void/>
</methodsynopsis>
<para>
Closes the database connection.
Expand Down Expand Up @@ -48,7 +47,6 @@ $db->close();
</refsect1>

</refentry>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Expand Down
2 changes: 1 addition & 1 deletion reference/sqlite3/sqlite3/construct.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<refsect1 role="description">
&reftitle.description;
<constructorsynopsis>
<constructorsynopsis role="SQLite3">
<modifier>public</modifier> <methodname>SQLite3::__construct</methodname>
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>flags</parameter><initializer>SQLITE3_OPEN_READWRITE | SQLITE3_OPEN_CREATE</initializer></methodparam>
Expand Down
2 changes: 1 addition & 1 deletion reference/sqlite3/sqlite3/createaggregate.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<methodsynopsis role="SQLite3">
<modifier>public</modifier> <type>bool</type><methodname>SQLite3::createAggregate</methodname>
<methodparam><type>string</type><parameter>name</parameter></methodparam>
<methodparam><type>callable</type><parameter>stepCallback</parameter></methodparam>
Expand Down
6 changes: 2 additions & 4 deletions reference/sqlite3/sqlite3/createcollation.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->

<refentry xml:id="sqlite3.createcollation" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>SQLite3::createCollation</refname>
Expand All @@ -9,7 +8,7 @@

<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<methodsynopsis role="SQLite3">
<modifier>public</modifier> <type>bool</type><methodname>SQLite3::createCollation</methodname>
<methodparam><type>string</type><parameter>name</parameter></methodparam>
<methodparam><type>callable</type><parameter>callback</parameter></methodparam>
Expand Down Expand Up @@ -128,7 +127,6 @@ a10
</refsect1>

</refentry>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Expand All @@ -148,4 +146,4 @@ End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->
-->
2 changes: 1 addition & 1 deletion reference/sqlite3/sqlite3/createfunction.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<methodsynopsis role="SQLite3">
<modifier>public</modifier> <type>bool</type><methodname>SQLite3::createFunction</methodname>
<methodparam><type>string</type><parameter>name</parameter></methodparam>
<methodparam><type>callable</type><parameter>callback</parameter></methodparam>
Expand Down
2 changes: 1 addition & 1 deletion reference/sqlite3/sqlite3/enableExceptions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<methodsynopsis role="SQLite3">
<modifier>public</modifier> <type>bool</type><methodname>SQLite3::enableExceptions</methodname>
<methodparam choice="opt"><type>bool</type><parameter>enable</parameter><initializer>&false;</initializer></methodparam>
</methodsynopsis>
Expand Down
2 changes: 1 addition & 1 deletion reference/sqlite3/sqlite3/escapestring.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<methodsynopsis role="SQLite3">
<modifier>public</modifier> <modifier>static</modifier> <type>string</type><methodname>SQLite3::escapeString</methodname>
<methodparam><type>string</type><parameter>string</parameter></methodparam>
</methodsynopsis>
Expand Down
4 changes: 1 addition & 3 deletions reference/sqlite3/sqlite3/exec.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->

<refentry xml:id="sqlite3.exec" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>SQLite3::exec</refname>
Expand All @@ -9,7 +8,7 @@

<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<methodsynopsis role="SQLite3">
<modifier>public</modifier> <type>bool</type><methodname>SQLite3::exec</methodname>
<methodparam><type>string</type><parameter>query</parameter></methodparam>
</methodsynopsis>
Expand Down Expand Up @@ -68,7 +67,6 @@ $db->exec('CREATE TABLE bar (bar TEXT)');
</refsect1>

</refentry>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Expand Down
6 changes: 2 additions & 4 deletions reference/sqlite3/sqlite3/lasterrorcode.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->

<refentry xml:id="sqlite3.lasterrorcode" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>SQLite3::lastErrorCode</refname>
Expand All @@ -11,9 +10,9 @@

<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<methodsynopsis role="SQLite3">
<modifier>public</modifier> <type>int</type><methodname>SQLite3::lastErrorCode</methodname>
<void />
<void/>
</methodsynopsis>
<para>
Returns the numeric result code of the most recent failed SQLite request.
Expand All @@ -34,7 +33,6 @@
</refsect1>

</refentry>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Expand Down
6 changes: 2 additions & 4 deletions reference/sqlite3/sqlite3/lasterrormsg.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->

<refentry xml:id="sqlite3.lasterrormsg" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>SQLite3::lastErrorMsg</refname>
Expand All @@ -11,9 +10,9 @@

<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<methodsynopsis role="SQLite3">
<modifier>public</modifier> <type>string</type><methodname>SQLite3::lastErrorMsg</methodname>
<void />
<void/>
</methodsynopsis>
<para>
Returns English text describing the most recent failed SQLite request.
Expand All @@ -33,7 +32,6 @@
</refsect1>

</refentry>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Expand Down
6 changes: 2 additions & 4 deletions reference/sqlite3/sqlite3/lastinsertrowid.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->

<refentry xml:id="sqlite3.lastinsertrowid" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>SQLite3::lastInsertRowID</refname>
Expand All @@ -9,9 +8,9 @@

<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<methodsynopsis role="SQLite3">
<modifier>public</modifier> <type>int</type><methodname>SQLite3::lastInsertRowID</methodname>
<void />
<void/>
</methodsynopsis>
<para>
Returns the row ID of the most recent INSERT into the database.
Expand All @@ -33,7 +32,6 @@
</refsect1>

</refentry>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Expand Down
2 changes: 1 addition & 1 deletion reference/sqlite3/sqlite3/loadextension.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<methodsynopsis role="SQLite3">
<modifier>public</modifier> <type>bool</type><methodname>SQLite3::loadExtension</methodname>
<methodparam><type>string</type><parameter>name</parameter></methodparam>
</methodsynopsis>
Expand Down
2 changes: 1 addition & 1 deletion reference/sqlite3/sqlite3/open.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<methodsynopsis role="SQLite3">
<modifier>public</modifier> <type>void</type><methodname>SQLite3::open</methodname>
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>flags</parameter><initializer>SQLITE3_OPEN_READWRITE | SQLITE3_OPEN_CREATE</initializer></methodparam>
Expand Down
2 changes: 1 addition & 1 deletion reference/sqlite3/sqlite3/openblob.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<methodsynopsis role="SQLite3">
<modifier>public</modifier> <type class="union"><type>resource</type><type>false</type></type><methodname>SQLite3::openBlob</methodname>
<methodparam><type>string</type><parameter>table</parameter></methodparam>
<methodparam><type>string</type><parameter>column</parameter></methodparam>
Expand Down
4 changes: 1 addition & 3 deletions reference/sqlite3/sqlite3/prepare.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->

<refentry xml:id="sqlite3.prepare" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>SQLite3::prepare</refname>
Expand All @@ -9,7 +8,7 @@

<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<methodsynopsis role="SQLite3">
<modifier>public</modifier> <type class="union"><type>SQLite3Stmt</type><type>false</type></type><methodname>SQLite3::prepare</methodname>
<methodparam><type>string</type><parameter>query</parameter></methodparam>
</methodsynopsis>
Expand Down Expand Up @@ -78,7 +77,6 @@ var_dump($result->fetchArray());
</refsect1>

</refentry>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Expand Down
2 changes: 1 addition & 1 deletion reference/sqlite3/sqlite3/query.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<methodsynopsis role="SQLite3">
<modifier>public</modifier> <type class="union"><type>SQLite3Result</type><type>false</type></type><methodname>SQLite3::query</methodname>
<methodparam><type>string</type><parameter>query</parameter></methodparam>
</methodsynopsis>
Expand Down
2 changes: 1 addition & 1 deletion reference/sqlite3/sqlite3/querysingle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<methodsynopsis role="SQLite3">
<modifier>public</modifier> <type>mixed</type><methodname>SQLite3::querySingle</methodname>
<methodparam><type>string</type><parameter>query</parameter></methodparam>
<methodparam choice="opt"><type>bool</type><parameter>entireRow</parameter><initializer>&false;</initializer></methodparam>
Expand Down
2 changes: 1 addition & 1 deletion reference/sqlite3/sqlite3/setauthorizer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<methodsynopsis role="SQLite3">
<modifier>public</modifier> <type>bool</type><methodname>SQLite3::setAuthorizer</methodname>
<methodparam><type class="union"><type>callable</type><type>null</type></type><parameter>callback</parameter></methodparam>
</methodsynopsis>
Expand Down
6 changes: 2 additions & 4 deletions reference/sqlite3/sqlite3/version.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->

<refentry xml:id="sqlite3.version" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>SQLite3::version</refname>
Expand All @@ -11,9 +10,9 @@

<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<methodsynopsis role="SQLite3">
<modifier>public</modifier> <modifier>static</modifier> <type>array</type><methodname>SQLite3::version</methodname>
<void />
<void/>
</methodsynopsis>
<para>
Returns the SQLite3 library version as a string constant and as a number.
Expand Down Expand Up @@ -60,7 +59,6 @@ Array
</refsect1>

</refentry>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Expand Down
4 changes: 2 additions & 2 deletions reference/sqlite3/sqlite3result.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
</classsynopsisinfo>

<classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.sqlite3result')/db:refentry/db:refsect1[@role='description']/descendant::db:constructorsynopsis[not(@role='procedural')])">
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.sqlite3result')/db:refentry/db:refsect1[@role='description']/descendant::db:constructorsynopsis[@role='SQLite3Result'])">
<xi:fallback/>
</xi:include>
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.sqlite3result')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])">
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.sqlite3result')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[@role='SQLite3Result'])">
<xi:fallback/>
</xi:include>
</classsynopsis>
Expand Down
2 changes: 1 addition & 1 deletion reference/sqlite3/sqlite3result/columnname.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<methodsynopsis role="SQLite3Result">
<modifier>public</modifier> <type class="union"><type>string</type><type>false</type></type><methodname>SQLite3Result::columnName</methodname>
<methodparam><type>int</type><parameter>column</parameter></methodparam>
</methodsynopsis>
Expand Down
Loading