<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://www.adodb.org/dokuwiki/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://www.adodb.org/dokuwiki/feed.php">
        <title>ADOdb - v5:reference</title>
        <description>Database Abstraction Layer for PHP</description>
        <link>https://www.adodb.org/dokuwiki/</link>
        <image rdf:resource="https://www.adodb.org/dokuwiki/lib/exe/fetch.php?media=logo.png" />
       <dc:date>2026-05-17T03:20:25+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://www.adodb.org/dokuwiki/doku.php?id=v5:reference:adodb_ansi_padding_off&amp;rev=1452648609&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.adodb.org/dokuwiki/doku.php?id=v5:reference:adodb_assoc_case&amp;rev=1654697665&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.adodb.org/dokuwiki/doku.php?id=v5:reference:adodb_cache_class&amp;rev=1748776875&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.adodb.org/dokuwiki/doku.php?id=v5:reference:adodb_cache_dir&amp;rev=1458438205&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.adodb.org/dokuwiki/doku.php?id=v5:reference:adodb_compat_fetch&amp;rev=1639857722&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.adodb.org/dokuwiki/doku.php?id=v5:reference:adodb_countrecs&amp;rev=1753576733&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.adodb.org/dokuwiki/doku.php?id=v5:reference:adodb_default_metatype&amp;rev=1699143421&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.adodb.org/dokuwiki/doku.php?id=v5:reference:adodb_fetch_mode&amp;rev=1453074270&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.adodb.org/dokuwiki/doku.php?id=v5:reference:adodb_force_type&amp;rev=1456620826&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.adodb.org/dokuwiki/doku.php?id=v5:reference:adodb_getone_eof&amp;rev=1687181234&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.adodb.org/dokuwiki/doku.php?id=v5:reference:adodb_lang&amp;rev=1724626958&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.adodb.org/dokuwiki/doku.php?id=v5:reference:adodb_quote_fieldnames&amp;rev=1654761924&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.adodb.org/dokuwiki/doku.php?id=v5:reference:index&amp;rev=1452981725&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.adodb.org/dokuwiki/doku.php?id=v5:reference:logging&amp;rev=1704795273&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.adodb.org/dokuwiki/doku.php?id=v5:reference:reference_index&amp;rev=1771811747&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://www.adodb.org/dokuwiki/lib/exe/fetch.php?media=logo.png">
        <title>ADOdb</title>
        <link>https://www.adodb.org/dokuwiki/</link>
        <url>https://www.adodb.org/dokuwiki/lib/exe/fetch.php?media=logo.png</url>
    </image>
    <item rdf:about="https://www.adodb.org/dokuwiki/doku.php?id=v5:reference:adodb_ansi_padding_off&amp;rev=1452648609&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-01-13T01:30:09+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>$ADODB_ANSI_PADDING_OFF</title>
        <link>https://www.adodb.org/dokuwiki/doku.php?id=v5:reference:adodb_ansi_padding_off&amp;rev=1452648609&amp;do=diff</link>
        <description>$ADODB_ANSI_PADDING_OFF
TypeBooleanDefaultFalseDriver SupportLimited
Determines whether to right trim CHAR fields (and also VARCHAR for ibase/firebird). Set to true to trim. Default is false. Currently works for the following drivers:

	*  oci8po
	*</description>
    </item>
    <item rdf:about="https://www.adodb.org/dokuwiki/doku.php?id=v5:reference:adodb_assoc_case&amp;rev=1654697665&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-06-08T14:14:25+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>ADODB_ASSOC_CASE</title>
        <link>https://www.adodb.org/dokuwiki/doku.php?id=v5:reference:adodb_assoc_case&amp;rev=1654697665&amp;do=diff</link>
        <description>ADODB_ASSOC_CASE



When returning data in associative fetch mode, the ADODB_ASSOC_CASE constant gives control over the casing of the retrieved recordsets&#039; fields. 

It must be declared before initializing the database connection with ADONewConnection().
Being a constant, it is of course not possible to change its value later on.</description>
    </item>
    <item rdf:about="https://www.adodb.org/dokuwiki/doku.php?id=v5:reference:adodb_cache_class&amp;rev=1748776875&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-06-01T11:21:15+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>$ADODB_CACHE_CLASS</title>
        <link>https://www.adodb.org/dokuwiki/doku.php?id=v5:reference:adodb_cache_class&amp;rev=1748776875&amp;do=diff</link>
        <description>$ADODB_CACHE_CLASS

Description

If recordset caching is used, then only a single method of caching can be used at any one time, for example, if a MemCached Server is used, then physical disk caching can not be used simultaneously. The handle to the caching class is stored in the</description>
    </item>
    <item rdf:about="https://www.adodb.org/dokuwiki/doku.php?id=v5:reference:adodb_cache_dir&amp;rev=1458438205&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-03-20T01:43:25+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>$ADODB_CACHE_DIR</title>
        <link>https://www.adodb.org/dokuwiki/doku.php?id=v5:reference:adodb_cache_dir&amp;rev=1458438205&amp;do=diff</link>
        <description>$ADODB_CACHE_DIR
TypeStringDefaultempty
Description

If you are using recordset caching, this is the directory to save your recordsets in.  There is no default definition . Define this before you call any caching functions such as cacheExecute. 

If using this feature with PHP versions less than 5.4 we recommend setting</description>
    </item>
    <item rdf:about="https://www.adodb.org/dokuwiki/doku.php?id=v5:reference:adodb_compat_fetch&amp;rev=1639857722&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-12-18T20:02:02+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>$ADODB_COMPAT_FETCH</title>
        <link>https://www.adodb.org/dokuwiki/doku.php?id=v5:reference:adodb_compat_fetch&amp;rev=1639857722&amp;do=diff</link>
        <description>$ADODB_COMPAT_FETCH

Definition
TypeIntegerDefault0
This is a global variable that determines the behavior of a fetched record if the pointer is advanced beyond the boundaries of a recordset. By default, if the pointer moves beyond EOF, then the record in the buffer is set to false. If the</description>
    </item>
    <item rdf:about="https://www.adodb.org/dokuwiki/doku.php?id=v5:reference:adodb_countrecs&amp;rev=1753576733&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-07-27T00:38:53+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>$ADODB_COUNTRECS</title>
        <link>https://www.adodb.org/dokuwiki/doku.php?id=v5:reference:adodb_countrecs&amp;rev=1753576733&amp;do=diff</link>
        <description>$ADODB_COUNTRECS
TypeBooleanDefaultTrue
See Also

po_recordCount

If a driver has native support for returning the number of records returned in an SELECT statement, then recordCount will automatically return the number of rows requested in the query. In drivers that have no native support, then the result can be emulated by setting</description>
    </item>
    <item rdf:about="https://www.adodb.org/dokuwiki/doku.php?id=v5:reference:adodb_default_metatype&amp;rev=1699143421&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-11-05T00:17:01+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>ADODB_DEFAULT_METATYPE</title>
        <link>https://www.adodb.org/dokuwiki/doku.php?id=v5:reference:adodb_default_metatype&amp;rev=1699143421&amp;do=diff</link>
        <description>ADODB_DEFAULT_METATYPE



The constant must be declared before including  adodb.inc.php. It is not possible to change the default metatype during a procedure. 

The constant ADODB_DEFAULT_METATYPE  controls the returned metatype of an unknown field type . The default value for this constant is &#039;N&#039;.</description>
    </item>
    <item rdf:about="https://www.adodb.org/dokuwiki/doku.php?id=v5:reference:adodb_fetch_mode&amp;rev=1453074270&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-01-17T23:44:30+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>$ADODB_FETCH_MODE</title>
        <link>https://www.adodb.org/dokuwiki/doku.php?id=v5:reference:adodb_fetch_mode&amp;rev=1453074270&amp;do=diff</link>
        <description>$ADODB_FETCH_MODE

See Also

setFetchMode

Definition
TypeIntegerDefault0
This is a global variable that determines how the keys of recordsets are presented when recordsets are retrived from the database. The recordset saves this value on creation (eg. in execute or</description>
    </item>
    <item rdf:about="https://www.adodb.org/dokuwiki/doku.php?id=v5:reference:adodb_force_type&amp;rev=1456620826&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-02-28T00:53:46+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>$ADODB_FORCE_TYPE</title>
        <link>https://www.adodb.org/dokuwiki/doku.php?id=v5:reference:adodb_force_type&amp;rev=1456620826&amp;do=diff</link>
        <description>$ADODB_FORCE_TYPE


The behaviour of autoExecute(), getUpdateSql() and getInsertSql() when converting empty or null PHP variables to SQL is controlled by the global $ADODB_FORCE_TYPE variable. 

The default value is ADODB_FORCE_VALUE

Constants
 Constant                    Value   Description</description>
    </item>
    <item rdf:about="https://www.adodb.org/dokuwiki/doku.php?id=v5:reference:adodb_getone_eof&amp;rev=1687181234&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-06-19T13:27:14+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>$ADODB_GETONE_EOF</title>
        <link>https://www.adodb.org/dokuwiki/doku.php?id=v5:reference:adodb_getone_eof&amp;rev=1687181234&amp;do=diff</link>
        <description>$ADODB_GETONE_EOF
TypemixedDefaultnull
This is a global variable that determines what the getOne() method returns if the SQL statement fails to match any records in a recordset. The value can be set or reset at any point in a script. 

If the value that is being retrieved can return an empty or 0 value, it is important to do an exact comparison on the returned value to distinguish between queries where the value of the record found is empty and queries where no record is found</description>
    </item>
    <item rdf:about="https://www.adodb.org/dokuwiki/doku.php?id=v5:reference:adodb_lang&amp;rev=1724626958&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-08-25T23:02:38+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>$ADODB_LANG</title>
        <link>https://www.adodb.org/dokuwiki/doku.php?id=v5:reference:adodb_lang&amp;rev=1724626958&amp;do=diff</link>
        <description>$ADODB_LANG



Most of the language files have been provided by users of ADOdb. If you can, help by providing new or improved language files
TypeStringDefaulten
Description

Determines the language used in metaErrorMsg. The default is &#039;en&#039;, for US English. The following language codes are supported:</description>
    </item>
    <item rdf:about="https://www.adodb.org/dokuwiki/doku.php?id=v5:reference:adodb_quote_fieldnames&amp;rev=1654761924&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-06-09T08:05:24+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>$ADODB_QUOTE_FIELDNAMES</title>
        <link>https://www.adodb.org/dokuwiki/doku.php?id=v5:reference:adodb_quote_fieldnames&amp;rev=1654761924&amp;do=diff</link>
        <description>$ADODB_QUOTE_FIELDNAMES



The behavior of field name quoting will change in ADOdb Version 6

This global variable controls quoting and casing of field names when the autoExecute() method is used. 
The default behavior of autoExecute is to quote field names, and convert them to upper case.</description>
    </item>
    <item rdf:about="https://www.adodb.org/dokuwiki/doku.php?id=v5:reference:index&amp;rev=1452981725&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-01-16T22:02:05+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Reference Manual</title>
        <link>https://www.adodb.org/dokuwiki/doku.php?id=v5:reference:index&amp;rev=1452981725&amp;do=diff</link>
        <description>Reference Manual

&lt;script type=&quot;text/javascript&quot;&gt; catlist_baseurl = &quot;https://www.adodb.org/dokuwiki/&quot;; catlist_basescript = &quot;doku.php&quot;; catlist_useslash = 0; catlist_userewrite = 0; catlist_sepchar = &quot;_&quot;; catlist_deaccent = 1; catlist_pagename_sanitize = 1; &lt;/script&gt;&lt;h1 class=&quot;catlist-head&quot;&gt;Reference Manual&lt;/h1&gt;&lt;ul style=&quot;-webkit-column-count: 2; -moz-column-count: 2; column-count: 2;&quot; class=&quot;catlist_columns catlist-nslist&quot; &gt;&lt;li class=&quot;catlist-ns&quot;&gt;&lt;strong class=&quot;li catlist-nshead&quot;&gt;Connection Ref…</description>
    </item>
    <item rdf:about="https://www.adodb.org/dokuwiki/doku.php?id=v5:reference:logging&amp;rev=1704795273&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-01-09T10:14:33+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Logging</title>
        <link>https://www.adodb.org/dokuwiki/doku.php?id=v5:reference:logging&amp;rev=1704795273&amp;do=diff</link>
        <description>Logging

ADOdb provides an internal debugging system that exposes the executed SQL commands, as well as other messages that can help when troubleshooting errors when, for example, trying to establish a connection to the database or an SQL statement fails.</description>
    </item>
    <item rdf:about="https://www.adodb.org/dokuwiki/doku.php?id=v5:reference:reference_index&amp;rev=1771811747&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-02-23T01:55:47+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Reference Manual</title>
        <link>https://www.adodb.org/dokuwiki/doku.php?id=v5:reference:reference_index&amp;rev=1771811747&amp;do=diff</link>
        <description>Reference Manual


Reference Manual

See the Feature Comparison Matrix

Variables
 $ADODB_COUNTRECS                 In database drivers that do not support native recordset counting, controls whether to emulate the functionality                                      $ADODB_ANSI_PADDING_OFF   Determines whether to right trim CHAR fields</description>
    </item>
</rdf:RDF>
