|
global | $_ADODB_ACTIVE_DBS = array() |
|
global | $_ADODB_ACTIVE_DBS = array() |
|
| $_dropSeqSQL = "drop table %s" |
|
| $_dropSeqSQL = "DROP SEQUENCE %s" |
|
| $_dropSeqSQL = 'DROP TABLE %s' |
|
| $_genIDSQL = "UPDATE %s SET id=LAST_INSERT_ID(id+1);" |
|
| $_genIDSQL = "SELECT NEXTVAL('%s')" |
|
| $_genIDSQL = "UPDATE %s SET id=id+1 WHERE id=%s" |
|
| $_genSeq2SQL = "INSERT INTO %s VALUES (%s)" |
|
| $_genSeq2SQL = 'INSERT INTO %s VALUES(%s)' |
|
| $_genSeqCountSQL = "SELECT count(*) FROM %s" |
|
| $_genSeqCountSQL = 'SELECT COUNT(*) FROM %s' |
|
| $_genSeqSQL = "CREATE TABLE if NOT EXISTS %s (id int not null)" |
|
| $_genSeqSQL = "CREATE SEQUENCE %s START %s" |
|
| $_genSeqSQL = "CREATE TABLE %s (id integer)" |
|
| $_hasdual = true |
|
| $_initdate = true |
|
| $_month_table_leaf = array("",31,29,31,30,31,30,31,31,30,31,30,31) |
|
| $_month_table_normal = array("",31,28,31,30,31,30,31,31,30,31,30,31) |
|
global | $ACTIVE_RECORD_SAFETY = true |
|
global | $ACTIVE_RECORD_SAFETY = true |
|
global | $ADODB_ACTIVE_CACHESECS = 0 |
|
global | $ADODB_ACTIVE_CACHESECS |
|
global | $ADODB_ACTIVE_DEFVALS = false |
|
global | $ADODB_ACTIVE_DEFVALS = false |
|
if(defined( 'ADODB_EXTENSION')) if(!defined('ADODB_DIR')) GLOBAL | $ADODB_CACHE |
|
if(defined( 'ADODB_EXTENSION')) if(!defined('ADODB_DIR')) GLOBAL | $ADODB_CACHE_CLASS |
|
if(defined( 'ADODB_EXTENSION')) if(!defined('ADODB_DIR')) GLOBAL | $ADODB_CACHE_DIR |
|
if(defined( 'ADODB_EXTENSION')) if(!defined('ADODB_DIR')) GLOBAL | $ADODB_COMPAT_FETCH |
|
if(defined( 'ADODB_EXTENSION')) if(!defined('ADODB_DIR')) GLOBAL | $ADODB_COUNTRECS |
|
if(defined( 'ADODB_EXTENSION')) if(!defined('ADODB_DIR')) GLOBAL | $ADODB_FETCH_MODE |
|
if(defined( 'ADODB_EXTENSION')) if(!defined('ADODB_DIR')) GLOBAL | $ADODB_GETONE_EOF |
|
global | $ADODB_INCLUDED_CSV = 1 |
|
global | $ADODB_INCLUDED_CSV |
|
global | $ADODB_INCLUDED_LIB = 1 |
|
global | $ADODB_INCLUDED_MEMCACHE = 1 |
|
global | $ADODB_Last_PEAR_Error = false |
|
global | $ADODB_PERF_MIN = 0.05 |
|
if(defined( 'ADODB_EXTENSION')) if(!defined('ADODB_DIR')) GLOBAL | $ADODB_QUOTE_FIELDNAMES |
|
| $ADODB_ROUND =4 |
|
global | $ADODB_sybase_mths |
|
if(defined( 'ADODB_EXTENSION')) if(!defined('ADODB_DIR')) GLOBAL | $ADODB_vers |
| Set ADODB_DIR to the directory where this file resides... This constant was formerly called $ADODB_RootPath.
|
|
| $arrayClass = 'ADORecordSet_array_pdo_firebird' |
|
| $arrayClass = 'ADORecordSet_array_pdo_sqlsrv' |
|
| $blobEncodeType = 'C' |
|
| $cache = 0 |
|
| $concat_operator ='||' |
| random function
|
|
| $concat_operator = '||' |
|
bool array | $connections = [] |
| All connections to each database.
|
|
bool array | $connections_readonly = [] |
| Just connections to the readonly database.
|
|
bool array | $connections_write = [] |
| Just connections to the write capable database.
|
|
| $curr_page |
|
| $db |
|
**TO A FILE * | $f = fopen($path,'w') |
|
| $false = 'f' |
|
| $first = '<code>|<</code>' |
|
| $fmtDate = "'Y-m-d'" |
|
| $fmtTimeStamp = "'Y-m-d H:i:s'" |
|
| $fmtTimeStamp = "'Y-m-d G:i:s'" |
|
| $fn = ($persist) ? 'fbird_pconnect':'fbird_connect' |
|
| $gridAttributes = 'width=100% border=1 bgcolor=white' |
|
| $gridHeader = false |
|
| $gSQLBlockRows =20 |
|
| $gSQLMaxRows = 1000 |
|
| $hasAffectedRows = true |
|
| $hasGenID = true |
|
| $hasGenID = true |
|
| $hasGenID = true |
|
| $hasLimit = false |
|
| $hasMoveFirst = true |
|
else | $hidecnt = false |
|
| $htmlSpecialChars = true |
|
| $iif = strpos($db->databaseType,'access') !== false |
|
| $isoDates = true |
|
| $last = '<code>>|</code>' |
|
array | $last_connection_id = array('write' => false, 'readonly' => false, 'all' => false) |
| Last connection_id for each database type.
|
|
| $linkSelectedColor = 'red' |
|
| $linksPerPage =10 |
|
| $metaColumnsSQL = "SELECT c.NAME, OBJECT_NAME(c.id) as tbl_name, c.length, c.isnullable, c.status, ( CASE WHEN c.xusertype=61 THEN 0 ELSE c.xprec END), ( CASE WHEN c.xusertype=61 THEN 0 ELSE c.xscale END), ISNULL(i.is_primary_key, 0) as primary_key FROM syscolumns c INNER JOIN systypes t ON t.xusertype=c.xusertype INNER JOIN sysobjects o ON o.id=c.id LEFT JOIN sys.index_columns ic ON ic.object_id = c.id AND c.colid = ic.column_id LEFT JOIN sys.indexes i ON i.object_id = ic.object_id AND i.index_id = ic.index_id WHERE c.id = OBJECT_ID('%s') ORDER by c.colid" |
|
| $metaColumnsSQL = "select lower(a.rdb\$field_name), a.rdb\$null_flag, a.rdb\$default_source, b.rdb\$field_length, b.rdb\$field_scale, b.rdb\$field_sub_type, b.rdb\$field_precision, b.rdb\$field_type from rdb\$relation_fields a, rdb\$fields b where a.rdb\$field_source = b.rdb\$field_name and a.rdb\$relation_name = '%s' order by a.rdb\$field_position asc" |
|
| $metaColumnsSQL = "SHOW COLUMNS FROM `%s`" |
|
| $metaColumnsSQL = "select cname,coltype,width, SCALE, PRECISION, NULLS, DEFAULTVAL from col where tname='%s' order by colno" |
|
| $metaColumnsSQL |
|
| $metaColumnsSQL1 |
|
| $metaDatabasesSQL = "select name from sysdatabases where name <> 'master'" |
|
| $metaDefaultsSQL = "SELECT d.adnum as num, d.adsrc as def from pg_attrdef d, pg_class c where d.adrelid=c.oid and c.relname='%s' order by d.adnum" |
|
| $metaKeySQL |
|
| $metaTablesSQL ="select name,case when type='U' then 'T' else 'V' end from sysobjects where (type='U' or type='V') and (name not in ('sysallocations','syscolumns','syscomments','sysdepends','sysfilegroups','sysfiles','sysfiles1','sysforeignkeys','sysfulltextcatalogs','sysindexes','sysindexkeys','sysmembers','sysobjects','syspermissions','sysprotects','sysreferences','systypes','sysusers','sysalternates','sysconstraints','syssegments','REFERENTIAL_CONSTRAINTS','CHECK_CONSTRAINTS','CONSTRAINT_TABLE_USAGE','CONSTRAINT_COLUMN_USAGE','VIEWS','VIEW_TABLE_USAGE','VIEW_COLUMN_USAGE','SCHEMATA','TABLES','TABLE_CONSTRAINTS','TABLE_PRIVILEGES','COLUMNS','COLUMN_DOMAIN_USAGE','COLUMN_PRIVILEGES','DOMAINS','DOMAIN_CONSTRAINTS','KEY_COLUMN_USAGE','dtproperties'))" |
|
| $metaTablesSQL = "select lower(rdb\$relation_name) from rdb\$relations where rdb\$relation_name not like 'RDB\$%'" |
|
| $metaTablesSQL = "select table_name,table_type from cat where table_type in ('TABLE','VIEW')" |
|
| $metaTablesSQL |
|
| $moreLinks = '...' |
|
| $nameQuote = '`' |
|
| $nameQuote = '`' |
|
| $next = '<code>>></code>' |
|
| $NLS_DATE_FORMAT = 'YYYY-MM-DD' |
|
| $page = 'Page' |
|
| $pdoDriver = false |
|
bool | $pinned_connection_id = false |
| When in transactions, always use this connection.
|
|
| $prev = '<code><<</code>' |
|
| $random = "abs(mod(DBMS_RANDOM.RANDOM,10000001)/10000000)" |
|
| $random = 'random()' |
|
| $random ='abs(random())' |
|
| $replaceQuote = "''" |
|
| $rowfields = preg_replace('/ AS (\w+)/i', '', $rowfields) |
|
| $rows |
|
| $rows = $rs->RecordCount() |
|
| $rs |
|
| $rs = $rs->connection->_rs2rs($rs) |
|
*AS VARIABLE * | $s = rs2csv($rs) |
|
| $sel = "$rowfields, " |
|
bool | $session_variables = [] |
| Session variables that must be maintained across all connections, ie: SET TIME ZONE.
|
|
| $showPageLinks |
|
| $sql |
|
| $sql = "SELECT $sel nFROM $tables $where nGROUP BY $rowfields" |
|
| $startLinks = '...' |
|
| $sysDate = 'convert(datetime,convert(char,GetDate(),102),102)' |
|
| $sysDate = 'convert(datetime,convert(char,GetDate(),102),102)' |
|
| $sysDate = 'CURDATE()' |
|
| $sysDate = "TRUNC(SYSDATE)" |
|
| $sysDate = "CURRENT_DATE" |
|
| $sysDate = 'current_date' |
|
| $sysDate = 'convert(datetime,convert(char,GetDate(),102),102)' |
|
| $sysTimeStamp = 'GetDate()' |
|
| $sysTimeStamp = 'GetDate()' |
|
| $sysTimeStamp = 'NOW()' |
|
| $sysTimeStamp = 'SYSDATE' |
|
| $sysTimeStamp = "CURRENT_TIMESTAMP" |
|
| $sysTimeStamp = 'current_timestamp' |
|
| $sysTimeStamp = 'GetDate()' |
|
array | $total_connection_weights = array('all' => 0, 'write' => 0, 'readonly' => 0) |
| Weights of all connections for each type.
|
|
array | $total_connections = array('all' => 0, 'write' => 0, 'readonly' => 0) |
| Counts of all connections and their types.
|
|
| $true = 't' |
|
bool | $user_defined_session_init_sql = [] |
| Called immediately after connecting to any DB.
|
|
const | _ADODB_ADO_LAYER 1 |
|
const | _ADODB_ADO_LAYER 1 |
|
const | _ADODB_ADS_LAYER 2 |
|
const | _ADODB_DB2_LAYER 2 |
|
const | _ADODB_ODBC_LAYER 2 |
|
const | _ADODB_ODBTP_LAYER 2 |
|
else $this | _connectionID |
|
*This file is part of | ADOdb |
|
*This is to support WORK and LAZY mode **This file is part of | ADOdb |
|
*This file is part of | ADOdb |
|
*This file is part of | ADOdb |
|
*This file is part of | ADOdb |
|
*This file is part of | ADOdb |
|
*Less commonly used functions are placed here to reduce size of adodb inc php **This file is part of | ADOdb |
|
*ADOdbLoadBalancer is a class that allows the user to do read write splitting *and load balancing across multiple servers It can handle and load balance *any number of write capable *(AKA:master) or readonly(AKA including dealing with connection failures and retrying queries on a different *connection instead **This file is part of | ADOdb |
|
*This file is part of | ADOdb |
|
*This file is part of | ADOdb |
|
*This file is part of | ADOdb |
|
*This file is part of | ADOdb |
|
*This file is part of | ADOdb |
|
*This file is part of | ADOdb |
|
*This file is part of | ADOdb |
|
*This file is part of | ADOdb |
|
*This file is part of | ADOdb |
|
*This file is part of | ADOdb |
|
*This file is part of | ADOdb |
|
*FileDescription **This file is part of | ADOdb |
|
*This file is part of | ADOdb |
|
*This file is part of | ADOdb |
|
*This file is part of | ADOdb |
|
*This file is part of | ADOdb |
|
*This file is part of | ADOdb |
|
*This file is part of | ADOdb |
|
*Requires ODBC Works only on Microsoft Windows **This file is part of | ADOdb |
|
*Requires ADO Works only on MS Windows **This file is part of | ADOdb |
|
*Requires ADO Works only on MS Windows **This file is part of | ADOdb |
|
*Requires ADO and ODBC Works only on MS Windows **This file is part of | ADOdb |
|
*Requires ADO and MSSQL client Works only on MS Windows **This file is part of | ADOdb |
|
*Support Borland Interbase and later **This file is part of | ADOdb |
|
*Currently MetaTables and *and also inputarr in Execute *Native types have been converted to MetaTypes *Transactions not supported yet **Limitation of url length For see MaxClientRequestBuffer registry value **This file is part of | ADOdb |
|
*This driver provides undocumented bind variable mapping from ibm to oracle *The functionality appears to overlap the db2_oci driver **deprecated **This file is part of | ADOdb |
|
*This file is part of | ADOdb |
|
*Requires firebird client Works on Windows and Unix **This file is part of | ADOdb |
|
*Requires interbase client Works on Windows and Unix **This file is part of | ADOdb |
|
*Supports SELECT FIRST **deprecated **This file is part of | ADOdb |
|
*deprecated **This file is part of | ADOdb |
|
*Provides a subset of ADOdb allowing read only access to an LDAP database **This file is part of | ADOdb |
|
*Requires mssql client Works on Windows **This file is part of | ADOdb |
|
*Intended to be used with MSSQL drivers that are sending UCS data to MSSQL *FreeTDS and ODBTP in order to get true cross db compatibility from the *application point of view **This file is part of | ADOdb |
|
*This file is part of | ADOdb |
|
*This file is part of | ADOdb |
|
*This file is part of | ADOdb |
|
*This file is part of | ADOdb |
|
*This file is part of | ADOdb |
|
*This file is part of | ADOdb |
|
*This file is part of | ADOdb |
|
*This file is part of | ADOdb |
|
*This file is part of | ADOdb |
|
*deprecated will be removed in ADOdb version **This file is part of | ADOdb |
|
*deprecated Use oci8 driver instead **This file is part of | ADOdb |
|
*This file is part of | ADOdb |
|
*This file is part of | ADOdb |
|
*This version has only been tested on Firebird and PHP **This file is part of | ADOdb |
|
*This file is part of | ADOdb |
|
*This file is part of | ADOdb |
|
*This file is part of | ADOdb |
|
*This file is part of | ADOdb |
|
*This file is part of | ADOdb |
|
*This file is part of | ADOdb |
|
this file is no longer and the *driver is remapped to the latest available postgres version Maintaining *multiple postgres drivers is no easy so hopefully this will ensure *greater consistency and fewer bugs **This file is part of | ADOdb |
|
*This file is part of | ADOdb |
|
*This file is part of | ADOdb |
|
*This file is part of | ADOdb |
|
*This file is part of | ADOdb |
|
*deprecated **This file is part of | ADOdb |
|
*This file is part of | ADOdb |
|
*This file is part of | ADOdb |
|
*Make it more similar to other database drivers The main differences are *When selecting(joining) multiple tables in assoc mode the table *names are included in the assoc keys in the driver *In the table names are stripped from the returned *column names When this results in a the first field gets *preference **This file is part of | ADOdb |
|
*This file is part of | ADOdb |
|
*This file is part of | ADOdb |
|
*deprecated **This file is part of | ADOdb |
|
*deprecated **This file is part of | ADOdb |
|
*This file is part of | ADOdb |
|
*This file is part of | ADOdb |
|
*This file is part of | ADOdb |
|
*This file is part of | ADOdb |
|
*This file is part of | ADOdb |
|
*This file is part of | ADOdb |
|
*This file is part of | ADOdb |
|
*This file is part of | ADOdb |
|
*This file is part of | ADOdb |
|
*This file is part of | ADOdb |
|
**This file is part of | ADOdb |
|
*Convert a recordset to a html table Multiple tables are generated *if the number of rows is $gSQLBlockRows This is because *web browsers so we break the output into several faster rendering tables **This file is part of | ADOdb |
|
const | ADODB_ASSOC_CASE_LOWER 0 |
| Associative array case constants.
|
|
const | ADODB_ASSOC_CASE_NATIVE 2 |
|
const | ADODB_ASSOC_CASE_UPPER 1 |
|
const | ADODB_BAD_RS '<p>Bad $rs in %s. Connection or SQL invalid. Try using $connection->debug=true;</p>' |
|
const | ADODB_ERROR_HANDLER 'adodb_throw' |
|
const | ADODB_FETCH_ASSOC 2 |
|
const | ADODB_FETCH_BOTH 3 |
|
const | ADODB_FETCH_DEFAULT (!defined('ADODB_PREFETCH_ROWS')) 0 |
| Fetch mode.
|
|
const | ADODB_FETCH_NUM 1 |
|
const | ADODB_FORCE_EMPTY 2 |
|
const | ADODB_FORCE_IGNORE 0 |
|
const | ADODB_FORCE_NULL 1 |
|
const | ADODB_FORCE_NULL_AND_ZERO 4 |
|
const | ADODB_FORCE_VALUE 3 |
|
const | ADODB_LAZY_AR 0x03 |
|
const | ADODB_OPT_HIGH 2 |
|
const | ADODB_OPT_LOW 1 |
|
const | ADODB_STRINGMAX_NOLIMIT -2 |
|
const | ADODB_STRINGMAX_NOTSET -1 |
| Constants for returned values from the charMax and textMax methods.
|
|
const | ADODB_TABLE_REGEX '([]0-9a-z_\:\"\`\.\@\[-]*)' |
|
const | ADODB_WORK_AR 0x02 |
|
*Provides a subset of ADOdb | commands |
|
*Make it more similar to other database drivers The main differences are *When selecting(joining) multiple tables in assoc mode the table *names are included in the assoc keys in the driver *In the table names are stripped from the returned *column names When this results in a | conflict |
|
const | DB_AUTOQUERY_INSERT (!defined('TIMESTAMP_FIRST_YEAR')) 1 |
| AutoExecute constants (moved from adodb-pear.inc.php since they are only used in here)
|
|
const | DB_AUTOQUERY_UPDATE 2 |
|
*Originally DB2 drivers were dependent on an ODBC | driver |
|
*This file is part of a Database Abstraction Layer library for PHP **Portable version of oci8 | driver |
|
*Make it more similar to other database drivers The main differences are *When selecting(joining) multiple tables in assoc mode the table *names are included in the assoc keys in the driver *In | driver |
|
if(is_array($colfield)) | else |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl | https |
|
*This is to support WORK and LAZY mode **This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl | https |
|
*This is used by the csv proxy driver and is the CacheExecute() *serialization format. **This file is part of ADOdb a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl | https |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl | https |
|
*Adapted from the PEAR DB error handling code *Portions(c) 1997-2002 The PHP Group **This file is part of ADOdb a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl | https |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl | https |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl | https |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl | https |
|
*Less commonly used functions are placed here to reduce size of adodb inc php **This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl | https |
|
*ADOdbLoadBalancer is a class that allows the user to do read write splitting *and load balancing across multiple servers It can handle and load balance *any number of write capable *(AKA:master) or readonly(AKA including dealing with connection failures and retrying queries on a different *connection instead **This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl | https |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl | https |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl | https |
|
*The following code is modelled on PEAR DB code by Stig Bakken< ssb @fast.no > *and Tomas V V Cox< cox @idecnet.com > Portions(c) 1997-2002 The PHP Group. **This file is part of ADOdb a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl | https |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl | https |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl | https |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl | https |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl | https |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl | https |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl | https |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl | https |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl | https |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl | https |
|
*FileDescription **This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl | https |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl | https |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl | https |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl | https |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl | https |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl | https |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl | https |
|
*Requires ODBC Works only on Microsoft Windows **This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl | https |
|
*Requires ADO Works only on MS Windows **This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl | https |
|
*Requires ADO Works only on MS Windows **This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl | https |
|
*Requires ADO and ODBC Works only on MS Windows **This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl | https |
|
*Requires ADO and MSSQL client Works only on MS Windows **This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl | https |
|
which *can be downloaded for free a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl | https |
|
*Support Borland Interbase and later **This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl | https |
|
*Currently MetaTables and *and also inputarr in Execute *Native types have been converted to MetaTypes *Transactions not supported yet **Limitation of url length For see MaxClientRequestBuffer registry value **This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl | https |
|
*This driver re maps a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl | https |
|
*This driver provides undocumented bind variable mapping from ibm to oracle *The functionality appears to overlap the db2_oci driver **deprecated **This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl | https |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl | https |
|
*Requires firebird client Works on Windows and Unix **This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl | https |
|
*Requires interbase client Works on Windows and Unix **This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl | https |
|
*Supports SELECT FIRST **deprecated **This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl | https |
|
*deprecated **This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl | https |
|
*Provides a subset of ADOdb allowing read only access to an LDAP database **This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl | https |
|
*Requires mssql client Works on Windows **This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl | https |
|
*Intended to be used with MSSQL drivers that are sending UCS data to MSSQL *FreeTDS and ODBTP in order to get true cross db compatibility from the *application point of view **This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl | https |
|
*Requires mssql client Works on Windows * | https |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl | https |
|
*externalurl | https |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl | https |
|
*deprecated **Optimizes selectLimit() performance with FIRST_ROWS hint. **This file is part of ADOdb a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl | https |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl | https |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl | https |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl | https |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl | https |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl | https |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl | https |
|
*deprecated will be removed in ADOdb version **This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl | https |
|
*deprecated Use oci8 driver instead **This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl | https |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl | https |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl | https |
|
*This version has only been tested on Firebird and PHP **This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl | https |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl | https |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl | https |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl | https |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl | https |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl | https |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl | https |
|
this file is no longer and the *driver is remapped to the latest available postgres version Maintaining *multiple postgres drivers is no easy so hopefully this will ensure *greater consistency and fewer bugs **This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl | https |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl | https |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl | https |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl | https |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl | https |
|
*deprecated **This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl | https |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl | https |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl | https |
|
*externalurl | https |
|
*externalurl | https |
|
*Make it more similar to other database drivers The main differences are *When selecting(joining) multiple tables in assoc mode the table *names are included in the assoc keys in the driver *In the table names are stripped from the returned *column names When this results in a the first field gets *preference **This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl | https |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl | https |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl | https |
|
*deprecated **This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl | https |
|
*deprecated **This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl | https |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl | https |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl | https |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl | https |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl | https |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl | https |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl | https |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl | https |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl | https |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl | https |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl | https |
|
**This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl | https |
|
*Convert a recordset to a html table Multiple tables are generated *if the number of rows is $gSQLBlockRows This is because *web browsers so we break the output into several faster rendering tables **This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl | https |
|
*This driver re maps | ibm |
|
| if (!defined( 'ADODB_ALLOW_NEGATIVE_TS')) define( 'ADODB_NO_NEGATIVE_TS' |
|
| if (!defined( 'ADODB_DEFAULT_METATYPE')) define( 'ADODB_DEFAULT_METATYPE' |
|
| if (!defined( 'ADODB_ERROR_HANDLER')) define( 'ADODB_ERROR_HANDLER' |
|
| if (!defined( 'ADODB_ERROR_HANDLER')) define( 'ADODB_ERROR_HANDLER' |
|
| if (!defined( 'IFX_SCROLL')) define( 'IFX_SCROLL' |
|
| if (!defined( 'SINGLEQUOTE')) define( 'SINGLEQUOTE' |
|
*Currently MetaTables and *and also inputarr in Execute *Native types have been converted to MetaTypes *Transactions not supported yet **Limitation of url length For | IIS |
|
this file is no longer and the *driver is remapped to the latest available postgres version Maintaining *multiple postgres drivers is no easy | job |
|
*This is to support | JOIN |
|
*Currently MetaTables and | MetaColumns |
|
*externalurl | MetaTablesSQL |
|
*Convert a recordset to a html table Multiple tables are generated *if the number of rows is $gSQLBlockRows This is because *web browsers | normally |
|
* | NOTE |
|
* | NOTE |
|
*externalurl MetaColumnsSQL * | Note |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl released under both the BSD Clause *and the GNU Lesser General Public Licence(LGPL) v2.1 or at your | option |
|
*This is to support WORK and LAZY mode **This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl released under both the BSD Clause *and the GNU Lesser General Public Licence(LGPL) v2.1 or at your | option |
|
*This is used by the csv proxy driver and is the CacheExecute() *serialization format. **This file is part of ADOdb a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl released under both the BSD Clause *and the GNU Lesser General Public Licence(LGPL) v2.1 or at your | option |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl released under both the BSD Clause *and the GNU Lesser General Public Licence(LGPL) v2.1 or at your | option |
|
*Adapted from the PEAR DB error handling code *Portions(c) 1997-2002 The PHP Group **This file is part of ADOdb a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl released under both the BSD Clause *and the GNU Lesser General Public Licence(LGPL) v2.1 or at your | option |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl released under both the BSD Clause *and the GNU Lesser General Public Licence(LGPL) v2.1 or at your | option |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl released under both the BSD Clause *and the GNU Lesser General Public Licence(LGPL) v2.1 or at your | option |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl released under both the BSD Clause *and the GNU Lesser General Public Licence(LGPL) v2.1 or at your | option |
|
*Less commonly used functions are placed here to reduce size of adodb inc php **This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl released under both the BSD Clause *and the GNU Lesser General Public Licence(LGPL) v2.1 or at your | option |
|
*ADOdbLoadBalancer is a class that allows the user to do read write splitting *and load balancing across multiple servers It can handle and load balance *any number of write capable *(AKA:master) or readonly(AKA including dealing with connection failures and retrying queries on a different *connection instead **This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl released under both the BSD Clause *and the GNU Lesser General Public Licence(LGPL) v2.1 or at you | option ) |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl released under both the BSD Clause *and the GNU Lesser General Public Licence(LGPL) v2.1 or at your | option |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl released under both the BSD Clause *and the GNU Lesser General Public Licence(LGPL) v2.1 or at your | option |
|
*The following code is modelled on PEAR DB code by Stig Bakken< ssb @fast.no > *and Tomas V V Cox< cox @idecnet.com > Portions(c) 1997-2002 The PHP Group. **This file is part of ADOdb a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl released under both the BSD Clause *and the GNU Lesser General Public Licence(LGPL) v2.1 or at your | option |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl released under both the BSD Clause *and the GNU Lesser General Public Licence(LGPL) v2.1 or at your | option |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl released under both the BSD Clause *and the GNU Lesser General Public Licence(LGPL) v2.1 or at your | option |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl released under both the BSD Clause *and the GNU Lesser General Public Licence(LGPL) v2.1 or at your | option |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl released under both the BSD Clause *and the GNU Lesser General Public Licence(LGPL) v2.1 or at your | option |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl released under both the BSD Clause *and the GNU Lesser General Public Licence(LGPL) v2.1 or at your | option |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl released under both the BSD Clause *and the GNU Lesser General Public Licence(LGPL) v2.1 or at your | option |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl released under both the BSD Clause *and the GNU Lesser General Public Licence(LGPL) v2.1 or at your | option |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl released under both the BSD Clause *and the GNU Lesser General Public Licence(LGPL) v2.1 or at your | option |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl released under both the BSD Clause *and the GNU Lesser General Public Licence(LGPL) v2.1 or at your | option |
|
*FileDescription **This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl released under both the BSD Clause *and the GNU Lesser General Public Licence(LGPL) v2.1 or at your | option |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl released under both the BSD Clause *and the GNU Lesser General Public Licence(LGPL) v2.1 or at your | option |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl released under both the BSD Clause *and the GNU Lesser General Public Licence(LGPL) v2.1 or at your | option |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl released under both the BSD Clause *and the GNU Lesser General Public Licence(LGPL) v2.1 or at your | option |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl released under both the BSD Clause *and the GNU Lesser General Public Licence(LGPL) v2.1 or at your | option |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl released under both the BSD Clause *and the GNU Lesser General Public Licence(LGPL) v2.1 or at your | option |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl released under both the BSD Clause *and the GNU Lesser General Public Licence(LGPL) v2.1 or at your | option |
|
*Requires ODBC Works only on Microsoft Windows **This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl released under both the BSD Clause *and the GNU Lesser General Public Licence(LGPL) v2.1 or at your | option |
|
*Requires ADO Works only on MS Windows **This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl released under both the BSD Clause *and the GNU Lesser General Public Licence(LGPL) v2.1 or at your | option |
|
*Requires ADO Works only on MS Windows **This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl released under both the BSD Clause *and the GNU Lesser General Public Licence(LGPL) v2.1 or at your | option |
|
*Requires ADO and ODBC Works only on MS Windows **This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl released under both the BSD Clause *and the GNU Lesser General Public Licence(LGPL) v2.1 or at your | option |
|
*Requires ADO and MSSQL client Works only on MS Windows **This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl released under both the BSD Clause *and the GNU Lesser General Public Licence(LGPL) v2.1 or at your | option |
|
which *can be downloaded for free a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl released under both the BSD Clause *and the GNU Lesser General Public Licence(LGPL) v2.1 or at your | option |
|
*Support Borland Interbase and later **This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl released under both the BSD Clause *and the GNU Lesser General Public Licence(LGPL) v2.1 or at your | option |
|
*Currently MetaTables and *and also inputarr in Execute *Native types have been converted to MetaTypes *Transactions not supported yet **Limitation of url length For see MaxClientRequestBuffer registry value **This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl released under both the BSD Clause *and the GNU Lesser General Public Licence(LGPL) v2.1 or at your | option |
|
*This driver re maps a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl released under both the BSD Clause *and the GNU Lesser General Public Licence(LGPL) v2.1 or at your | option |
|
*This driver provides undocumented bind variable mapping from ibm to oracle *The functionality appears to overlap the db2_oci driver **deprecated **This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl released under both the BSD Clause *and the GNU Lesser General Public Licence(LGPL) v2.1 or at your | option |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl released under both the BSD Clause *and the GNU Lesser General Public Licence(LGPL) v2.1 or at your | option |
|
*Requires firebird client Works on Windows and Unix **This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl released under both the BSD Clause *and the GNU Lesser General Public Licence(LGPL) v2.1 or at your | option |
|
*Requires interbase client Works on Windows and Unix **This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl released under both the BSD Clause *and the GNU Lesser General Public Licence(LGPL) v2.1 or at your | option |
|
*Supports SELECT FIRST **deprecated **This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl released under both the BSD Clause *and the GNU Lesser General Public Licence(LGPL) v2.1 or at your | option |
|
*deprecated **This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl released under both the BSD Clause *and the GNU Lesser General Public Licence(LGPL) v2.1 or at your | option |
|
*Provides a subset of ADOdb allowing read only access to an LDAP database **This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl released under both the BSD Clause *and the GNU Lesser General Public Licence(LGPL) v2.1 or at your | option |
|
*Requires mssql client Works on Windows **This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl released under both the BSD Clause *and the GNU Lesser General Public Licence(LGPL) v2.1 or at your | option |
|
*Intended to be used with MSSQL drivers that are sending UCS data to MSSQL *FreeTDS and ODBTP in order to get true cross db compatibility from the *application point of view **This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl released under both the BSD Clause *and the GNU Lesser General Public Licence(LGPL) v2.1 or at your | option |
|
*Requires mssql client Works on Windows a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl released under both the BSD Clause *and the GNU Lesser General Public Licence(LGPL) v2.1 or at your | option |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl released under both the BSD Clause *and the GNU Lesser General Public Licence(LGPL) v2.1 or at your | option |
|
*externalurl MetaColumnsSQL as Netezza doesn s web site and documentation *externalurl released under both the BSD Clause *and the GNU Lesser General Public Licence(LGPL) v2.1 or at your | option |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl released under both the BSD Clause *and the GNU Lesser General Public Licence(LGPL) v2.1 or at your | option |
|
*deprecated **Optimizes selectLimit() performance with FIRST_ROWS hint. **This file is part of ADOdb a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl released under both the BSD Clause *and the GNU Lesser General Public Licence(LGPL) v2.1 or at your | option |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl released under both the BSD Clause *and the GNU Lesser General Public Licence(LGPL) v2.1 or at your | option |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl released under both the BSD Clause *and the GNU Lesser General Public Licence(LGPL) v2.1 or at your | option |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl released under both the BSD Clause *and the GNU Lesser General Public Licence(LGPL) v2.1 or at your | option |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl released under both the BSD Clause *and the GNU Lesser General Public Licence(LGPL) v2.1 or at your | option |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl released under both the BSD Clause *and the GNU Lesser General Public Licence(LGPL) v2.1 or at your | option |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl released under both the BSD Clause *and the GNU Lesser General Public Licence(LGPL) v2.1 or at your | option |
|
*deprecated will be removed in ADOdb version **This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl released under both the BSD Clause *and the GNU Lesser General Public Licence(LGPL) v2.1 or at your | option |
|
*deprecated Use oci8 driver instead **This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl released under both the BSD Clause *and the GNU Lesser General Public Licence(LGPL) v2.1 or at your | option |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl released under both the BSD Clause *and the GNU Lesser General Public Licence(LGPL) v2.1 or at your | option |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl released under both the BSD Clause *and the GNU Lesser General Public Licence(LGPL) v2.1 or at your | option |
|
*This version has only been tested on Firebird and PHP **This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl released under both the BSD Clause *and the GNU Lesser General Public Licence(LGPL) v2.1 or at your | option |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl released under both the BSD Clause *and the GNU Lesser General Public Licence(LGPL) v2.1 or at your | option |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl released under both the BSD Clause *and the GNU Lesser General Public Licence(LGPL) v2.1 or at your | option |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl released under both the BSD Clause *and the GNU Lesser General Public Licence(LGPL) v2.1 or at your | option |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl released under both the BSD Clause *and the GNU Lesser General Public Licence(LGPL) v2.1 or at your | option |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl released under both the BSD Clause *and the GNU Lesser General Public Licence(LGPL) v2.1 or at your | option |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl released under both the BSD Clause *and the GNU Lesser General Public Licence(LGPL) v2.1 or at your | option |
|
this file is no longer and the *driver is remapped to the latest available postgres version Maintaining *multiple postgres drivers is no easy so hopefully this will ensure *greater consistency and fewer bugs **This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl released under both the BSD Clause *and the GNU Lesser General Public Licence(LGPL) v2.1 or at your | option |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl released under both the BSD Clause *and the GNU Lesser General Public Licence(LGPL) v2.1 or at your | option |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl released under both the BSD Clause *and the GNU Lesser General Public Licence(LGPL) v2.1 or at your | option |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl released under both the BSD Clause *and the GNU Lesser General Public Licence(LGPL) v2.1 or at your | option |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl released under both the BSD Clause *and the GNU Lesser General Public Licence(LGPL) v2.1 or at your | option |
|
*deprecated **This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl released under both the BSD Clause *and the GNU Lesser General Public Licence(LGPL) v2.1 or at your | option |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl released under both the BSD Clause *and the GNU Lesser General Public Licence(LGPL) v2.1 or at your | option |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl released under both the BSD Clause *and the GNU Lesser General Public Licence(LGPL) v2.1 or at your | option |
|
*externalurl a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl released under both the BSD Clause *and the GNU Lesser General Public Licence(LGPL) v2.1 or at your | option |
|
*externalurl a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl released under both the BSD Clause *and the GNU Lesser General Public Licence(LGPL) v2.1 or at your | option |
|
*Make it more similar to other database drivers The main differences are *When selecting(joining) multiple tables in assoc mode the table *names are included in the assoc keys in the driver *In the table names are stripped from the returned *column names When this results in a the first field gets *preference **This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl released under both the BSD Clause *and the GNU Lesser General Public Licence(LGPL) v2.1 or at your | option |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl released under both the BSD Clause *and the GNU Lesser General Public Licence(LGPL) v2.1 or at your | option |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl released under both the BSD Clause *and the GNU Lesser General Public Licence(LGPL) v2.1 or at your | option |
|
*deprecated **This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl released under both the BSD Clause *and the GNU Lesser General Public Licence(LGPL) v2.1 or at your | option |
|
*deprecated **This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl released under both the BSD Clause *and the GNU Lesser General Public Licence(LGPL) v2.1 or at your | option |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl released under both the BSD Clause *and the GNU Lesser General Public Licence(LGPL) v2.1 or at your | option |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl released under both the BSD Clause *and the GNU Lesser General Public Licence(LGPL) v2.1 or at your | option |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl released under both the BSD Clause *and the GNU Lesser General Public Licence(LGPL) v2.1 or at your | option |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl released under both the BSD Clause *and the GNU Lesser General Public Licence(LGPL) v2.1 or at your | option |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl released under both the BSD Clause *and the GNU Lesser General Public Licence(LGPL) v2.1 or at your | option |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl released under both the BSD Clause *and the GNU Lesser General Public Licence(LGPL) v2.1 or at your | option |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl released under both the BSD Clause *and the GNU Lesser General Public Licence(LGPL) v2.1 or at your | option |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl released under both the BSD Clause *and the GNU Lesser General Public Licence(LGPL) v2.1 or at your | option |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl released under both the BSD Clause *and the GNU Lesser General Public Licence(LGPL) v2.1 or at your | option |
|
*This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl released under both the BSD Clause *and the GNU Lesser General Public Licence(LGPL) v2.1 or at your | option |
|
**This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl released under both the BSD Clause *and the GNU Lesser General Public Licence(LGPL) v2.1 or at your | option |
|
*Convert a recordset to a html table Multiple tables are generated *if the number of rows is $gSQLBlockRows This is because *web browsers so we break the output into several faster rendering tables **This file is part of a Database Abstraction Layer library for PHP **ingroup ADOdb *externalurl released under both the BSD Clause *and the GNU Lesser General Public Licence(LGPL) v2.1 or at your | option |
|
*Convert a recordset to a html table Multiple tables are generated *if the number of rows is $gSQLBlockRows This is because *web browsers so we break the output into several * | smaller |
|
return | true |
|
*Currently | unsupported |
|
this file is no longer | used |
|
which *can be downloaded for free | via |
|