Inheritance diagram for ADOConnection:

Public Member Functions | |
| ADOConnection () | |
| Version () | |
| ServerInfo () | |
| IsConnected () | |
| _findvers ($str) | |
| outp ($msg, $newline=true) | |
| Time () | |
| Connect ($argHostname="", $argUsername="", $argPassword="", $argDatabaseName="", $forceNew=false) | |
| _nconnect ($argHostname, $argUsername, $argPassword, $argDatabaseName) | |
| NConnect ($argHostname="", $argUsername="", $argPassword="", $argDatabaseName="") | |
| PConnect ($argHostname="", $argUsername="", $argPassword="", $argDatabaseName="") | |
| SQLDate ($fmt, $col=false) | |
| Prepare ($sql) | |
| PrepareSP ($sql, $param=true) | |
| Quote ($s) | |
| QMagic ($s) | |
| q (&$s) | |
| ErrorNative () | |
| nextId ($seq_name) | |
| RowLock ($table, $where) | |
| CommitLock ($table) | |
| RollbackLock ($table) | |
| SetFetchMode ($mode) | |
| & | Query ($sql, $inputarr=false) |
| & | LimitQuery ($sql, $offset, $count, $params=false) |
| Disconnect () | |
| Param ($name, $type='C') | |
| InParameter (&$stmt, &$var, $name, $maxLen=4000, $type=false) | |
| OutParameter (&$stmt, &$var, $name, $maxLen=4000, $type=false) | |
| Parameter (&$stmt, &$var, $name, $isOutput=false, $maxLen=4000, $type=false) | |
| StartTrans ($errfn= 'ADODB_TransMonitor') | |
| CompleteTrans ($autoComplete=true) | |
| FailTrans () | |
| HasFailedTrans () | |
| & | Execute ($sql, $inputarr=false) |
| & | _Execute ($sql, $inputarr=false) |
| CreateSequence ($seqname='adodbseq', $startID=1) | |
| DropSequence ($seqname='adodbseq') | |
| GenID ($seqname='adodbseq', $startID=1) | |
| Insert_ID ($table='', $column='') | |
| PO_Insert_ID ($table="", $id="") | |
| Affected_Rows () | |
| ErrorMsg () | |
| ErrorNo () | |
| MetaError ($err=false) | |
| MetaErrorMsg ($errno) | |
| MetaPrimaryKeys ($table, $owner=false) | |
| MetaForeignKeys ($table, $owner=false, $upper=false) | |
| SelectDB ($dbName) | |
| & | SelectLimit ($sql, $nrows=-1, $offset=-1, $inputarr=false, $secs2cache=0) |
| & | SerializableRS (&$rs) |
| & | _rs2rs (&$rs, $nrows=-1, $offset=-1, $close=true) |
| & | GetAll ($sql, $inputarr=false) |
| & | GetAssoc ($sql, $inputarr=false, $force_array=false, $first2cols=false) |
| & | CacheGetAssoc ($secs2cache, $sql=false, $inputarr=false, $force_array=false, $first2cols=false) |
| GetOne ($sql, $inputarr=false) | |
| CacheGetOne ($secs2cache, $sql=false, $inputarr=false) | |
| GetCol ($sql, $inputarr=false, $trim=false) | |
| CacheGetCol ($secs, $sql=false, $inputarr=false, $trim=false) | |
| OffsetDate ($dayFraction, $date=false) | |
| & | GetArray ($sql, $inputarr=false) |
| & | CacheGetAll ($secs2cache, $sql=false, $inputarr=false) |
| & | CacheGetArray ($secs2cache, $sql=false, $inputarr=false) |
| & | GetRow ($sql, $inputarr=false) |
| & | CacheGetRow ($secs2cache, $sql=false, $inputarr=false) |
| Replace ($table, $fieldArray, $keyCol, $autoQuote=false, $has_autoinc=false) | |
| & | CacheSelectLimit ($secs2cache, $sql, $nrows=-1, $offset=-1, $inputarr=false) |
| CacheFlush ($sql=false, $inputarr=false) | |
| _dirFlush ($dir, $kill_top_level=false) | |
| xCacheFlush ($sql=false, $inputarr=false) | |
| _gencachename ($sql, $createdir) | |
| & | CacheExecute ($secs2cache, $sql=false, $inputarr=false) |
| & | AutoExecute ($table, $fields_values, $mode= 'INSERT', $where=FALSE, $forceUpdate=true, $magicq=false) |
| GetUpdateSQL (&$rs, $arrFields, $forceUpdate=false, $magicq=false, $force=null) | |
| GetInsertSQL (&$rs, $arrFields, $magicq=false, $force=null) | |
| UpdateBlob ($table, $column, $val, $where, $blobtype='BLOB') | |
| UpdateBlobFile ($table, $column, $path, $where, $blobtype='BLOB') | |
| BlobDecode ($blob) | |
| BlobEncode ($blob) | |
| SetCharSet ($charset) | |
| IfNull ($field, $ifNull) | |
| LogSQL ($enable=true) | |
| GetCharSet () | |
| UpdateClob ($table, $column, $val, $where) | |
| MetaType ($t, $len=-1, $fieldobj=false) | |
| SetDateLocale ($locale= 'En') | |
| & | GetActiveRecordsClass ($class, $table, $whereOrderBy=false, $bindarr=false, $primkeyArr=false) |
| & | GetActiveRecords ($table, $where=false, $bindarr=false, $primkeyArr=false) |
| Close () | |
| BeginTrans () | |
| CommitTrans ($ok=true) | |
| RollbackTrans () | |
| MetaDatabases () | |
| & | MetaTables ($ttype=false, $showSchema=false, $mask=false) |
| _findschema (&$table, &$schema) | |
| & | MetaColumns ($table, $normalize=true) |
| & | MetaIndexes ($table, $primary=false, $owner=false) |
| & | MetaColumnNames ($table, $numIndexes=false) |
| Concat () | |
| DBDate ($d) | |
| DBTimeStamp ($ts) | |
| UnixDate ($v) | |
| UnixTimeStamp ($v) | |
| UserDate ($v, $fmt='Y-m-d', $gmt=false) | |
| UserTimeStamp ($v, $fmt='Y-m-d H:i:s', $gmt=false) | |
| escape ($s, $magic_quotes=false) | |
| addq ($s, $magic_quotes=false) | |
| qstr ($s, $magic_quotes=false) | |
| & | PageExecute ($sql, $nrows, $page, $inputarr=false, $secs2cache=0) |
| & | CachePageExecute ($secs2cache, $sql, $nrows, $page, $inputarr=false) |
Public Attributes | |
| $dataProvider = 'native' | |
| $databaseType = '' | |
| $database = '' | |
| RDBMS currently in use, eg. odbc, mysql, mssql. | |
| $host = '' | |
| Name of database to be used. | |
| $user = '' | |
| The hostname of the database server. | |
| $password = '' | |
| The username which is used to connect to the database server. | |
| $debug = false | |
| Password for the username. For security, we no longer store it. | |
| $maxblobsize = 262144 | |
| if set to true will output sql statements | |
| $concat_operator = '+' | |
| maximum size of blobs or large text fields (262144 = 256K)-- some db's die otherwise like foxpro | |
| $substr = 'substr' | |
| default concat operator -- change to || for Oracle/Interbase | |
| $length = 'length' | |
| substring operator | |
| $random = 'rand()' | |
| string length ofperator | |
| $upperCase = 'upper' | |
| random function | |
| $fmtDate = "'Y-m-d'" | |
| uppercase function | |
| $fmtTimeStamp = "'Y-m-d, h:i:s A'" | |
| used by DBDate() as the default date format used by the database | |
| $true = '1' | |
| used by DBTimeStamp as the default timestamp fmt. | |
| $false = '0' | |
| string that represents TRUE for a database | |
| $replaceQuote = "\\'" | |
| string that represents FALSE for a database | |
| $nameQuote = '"' | |
| string to use to replace quotes | |
| $charSet = false | |
| string to use to quote identifiers and names | |
| $metaDatabasesSQL = '' | |
| character set to use - only for interbase, postgres and oci8 | |
| $metaTablesSQL = '' | |
| $uniqueOrderBy = false | |
| $emptyDate = ' ' | |
| All order by columns have to be unique. | |
| $emptyTimeStamp = ' ' | |
| $lastInsID = false | |
| $hasInsertID = false | |
| $hasAffectedRows = false | |
| supports autoincrement ID? | |
| $hasTop = false | |
| supports affected rows for update/delete? | |
| $hasLimit = false | |
| support mssql/access SELECT TOP 10 * FROM TABLE | |
| $readOnly = false | |
| support pgsql/mysql SELECT * FROM TABLE LIMIT 10 | |
| $hasMoveFirst = false | |
| this is a readonly database - used by phpLens | |
| $hasGenID = false | |
| has ability to run MoveFirst(), scrolling backwards | |
| $hasTransactions = true | |
| can generate sequences using GenID(); | |
| $genID = 0 | |
| has transactions | |
| $raiseErrorFn = false | |
| sequence id used by GenID(); | |
| $isoDates = false | |
| error function to call | |
| $cacheSecs = 3600 | |
| accepts dates in ISO format | |
| $sysDate = false | |
| cache for 1 hour | |
| $sysTimeStamp = false | |
| name of function that returns the current date | |
| $arrayClass = 'ADORecordSet_array' | |
| name of function that returns the current timestamp | |
| $noNullStrings = false | |
| name of class used to generate array recordsets, which are pre-downloaded recordsets | |
| $numCacheHits = 0 | |
| oracle specific stuff - if true ensures that '' is converted to ' ' | |
| $numCacheMisses = 0 | |
| $pageExecuteCountRows = true | |
| $uniqueSort = false | |
| $leftOuter = false | |
| indicates that all fields in order by must be unique | |
| $rightOuter = false | |
| operator to use for left outer join in WHERE clause | |
| $ansiOuter = false | |
| operator to use for right outer join in WHERE clause | |
| $autoRollback = false | |
| whether ansi outer join syntax supported | |
| $poorAffectedRows = false | |
| $fnExecute = false | |
| $fnCacheExecute = false | |
| $blobEncodeType = false | |
| $rsPrefix = "ADORecordSet_" | |
| $autoCommit = true | |
| $transOff = 0 | |
| do not modify this yourself - actually private | |
| $transCnt = 0 | |
| temporarily disable transactions | |
| $fetchMode = false | |
| count of nested transactions | |
| $_oldRaiseFn = false | |
| $_transOK = null | |
| $_connectionID = false | |
| $_errorMsg = false | |
| The returned link identifier whenever a successful database connection is made. | |
| $_errorCode = false | |
| then returned by the errorMsg() function | |
| $_queryID = false | |
| Last error code, not guaranteed to be used - only by oci8. | |
| $_isPersistentConnection = false | |
| This variable keeps the last created result link identifier. | |
| $_bindInputArray = false | |
| A boolean variable to state whether its a persistent connection or normal connection. */. | |
| $_evalAll = false | |
| set to true if ADOConnection.Execute() permits binding of array parameters. | |
| $_affected = false | |
| $_logsql = false | |
Definition at line 232 of file adodb.inc.php.
|
|
Constructor Definition at line 321 of file adodb.inc.php. |
|
||||||||||||
|
Private function to erase all of the files and subdirectories in a directory. Just specify the directory, and tell it if you want to delete the directory or just clear it out. Note: $kill_top_level is used internally in the function to flush subdirectories. Definition at line 1546 of file adodb.inc.php. |
|
||||||||||||
|
Reimplemented in ADODB_csv, and ADODB_ibase. Definition at line 863 of file adodb.inc.php. |
|
||||||||||||
|
Definition at line 2121 of file adodb.inc.php. |
|
|
Definition at line 349 of file adodb.inc.php. |
|
||||||||||||
|
Private function to generate filename for caching. Filename is generated based on:
When not in safe mode, we create 256 sub-directories in the cache directory ($ADODB_CACHE_DIR). Assuming that we can have 50,000 files per directory with good performance, then we can scale to 12.8 million unique cached recordsets. Wow! Definition at line 1606 of file adodb.inc.php. |
|
||||||||||||||||||||
|
Reimplemented in ADODB_mysql, ADODB_oci8, and ADODB_postgres64. Definition at line 432 of file adodb.inc.php. |
|
||||||||||||||||||||
|
Convert database recordset to an array recordset input recordset's cursor should be at beginning, and old $rs will be closed.
Definition at line 1184 of file adodb.inc.php. |
|
||||||||||||
|
Quotes a string, without prefixing nor appending quotes. Definition at line 2388 of file adodb.inc.php. |
|
|
Definition at line 995 of file adodb.inc.php. |
|
||||||||||||||||||||||||||||
|
Definition at line 1732 of file adodb.inc.php. |
|
|
Begin a Transaction. Must be followed by CommitTrans() or RollbackTrans().
Reimplemented in ADODB_access, ADODB_ado, ADODB_ado, ADODB_ado_access, ADODB_borland_ibase, ADODB_db2, ADODB_ibase, ADODB_mysql, ADODB_mysqlt, ADODB_oci8, ADODB_odbc, ADODB_odbtp, ADODB_oracle, ADODB_pdo, ADODB_postgres64, ADODB_sqlite, ADODB_sybase, and ADODB_vfp. Definition at line 2017 of file adodb.inc.php. |
|
|
Reimplemented in ADODB_ibase. Definition at line 1856 of file adodb.inc.php. |
|
|
Reimplemented in ADODB_ibase, and ADODB_postgres64. Definition at line 1861 of file adodb.inc.php. |
|
||||||||||||||||
|
Execute SQL, caching recordsets.
Definition at line 1641 of file adodb.inc.php. |
|
||||||||||||
|
Flush cached recordsets that match a particular $sql statement. If $sql == false, then we purge all files in the cache. Definition at line 1512 of file adodb.inc.php. |
|
||||||||||||||||
|
Definition at line 1373 of file adodb.inc.php. |
|
||||||||||||||||
|
Definition at line 1378 of file adodb.inc.php. |
|
||||||||||||||||||||||||
|
Definition at line 1240 of file adodb.inc.php. |
|
||||||||||||||||||||
|
Definition at line 1312 of file adodb.inc.php. |
|
||||||||||||||||
|
Definition at line 1278 of file adodb.inc.php. |
|
||||||||||||||||
|
Definition at line 1428 of file adodb.inc.php. |
|
||||||||||||||||||||||||
|
Will select the supplied $page number from a recordset, given that it is paginated in pages of $nrows rows per page. It also saves two boolean values saying if the given page is the first and/or last one of the recordset. Added by Iván Oliva to provide recordset pagination.
Definition at line 2485 of file adodb.inc.php. |
|
||||||||||||||||||||||||
|
Will select, getting rows from $offset (1-based), for $nrows. This simulates the MySQL "select * from table limit $offset,$nrows" , and the PostgreSQL "select * from table limit $nrows offset $offset". Note that MySQL and PostgreSQL parameter ordering is the opposite of the other. eg. CacheSelectLimit(15,'select * from table',3); will return rows 1 to 3 (1-based) CacheSelectLimit(15,'select * from table',3,2); will return rows 3 to 5 (1-based) BUG: Currently CacheSelectLimit fails with $sql with LIMIT or TOP clause already set
Definition at line 1488 of file adodb.inc.php. |
|
|
Close Connection Definition at line 2005 of file adodb.inc.php. |
|
|
Definition at line 588 of file adodb.inc.php. |
|
|
If database does not support transactions, always return true as data always commited
Reimplemented in ADODB_ado, ADODB_ado, ADODB_db2, ADODB_ibase, ADODB_mysqlt, ADODB_oci8, ADODB_odbc, ADODB_odbtp, ADODB_oracle, ADODB_pdo, ADODB_postgres64, ADODB_sqlite, and ADODB_sybase. Definition at line 2027 of file adodb.inc.php. |
|
|
Used together with StartTrans() to end a transaction. Monitors connection for sql errors, and will commit or rollback as appropriate. if true, monitor sql errors and commit and rollback as appropriate, and if set to false force rollback even if no SQL error detected.
Definition at line 735 of file adodb.inc.php. |
|
|
Different SQL databases used different methods to combine strings together. This function provides a wrapper. param s variable number of string parameters Usage: $db->Concat($str1,$str2);
Reimplemented in ADODB_fbsql, and ADODB_mysql. Definition at line 2237 of file adodb.inc.php. |
|
||||||||||||||||||||||||
|
Connect to database
Definition at line 402 of file adodb.inc.php. |
|
||||||||||||
|
Reimplemented in ADODB_db2, ADODB_ibase, ADODB_mysql, ADODB_odbc, ADODB_odbtp, and ADODB_sqlite. Definition at line 912 of file adodb.inc.php. |
|
|
Converts a date "d" to a string that the database can understand.
Reimplemented in ADODB_oci8, and ADODB_oracle. Definition at line 2251 of file adodb.inc.php. |
|
|
Converts a timestamp "ts" to a string that the database can understand.
Reimplemented in ADODB_oci8, and ADODB_oracle. Definition at line 2272 of file adodb.inc.php. |
|
|
PEAR DB Compat - do not use internally Definition at line 645 of file adodb.inc.php. |
|
|
Reimplemented in ADODB_db2, ADODB_ibase, ADODB_odbc, ADODB_odbtp, and ADODB_sqlite. Definition at line 918 of file adodb.inc.php. |
|
|
Reimplemented in ADODB_ado, ADODB_ado, ADODB_csv, ADODB_db2, ADODB_fbsql, ADODB_ibase, ADODB_mysql, ADODB_oci8, ADODB_odbc, ADODB_odbtp, ADODB_oracle, ADODB_pdo, ADODB_postgres64, ADODB_sqlite, ADODB_sybase, and ADODB_sybase_ase. Definition at line 1013 of file adodb.inc.php. |
|
|
PEAR DB Compat - do not use internally. Definition at line 562 of file adodb.inc.php. |
|
|
Reimplemented in ADODB_ado, ADODB_ado, ADODB_csv, ADODB_db2, ADODB_fbsql, ADODB_ibase, ADODB_mysql, ADODB_oci8, ADODB_odbc, ADODB_odbtp, ADODB_oracle, ADODB_pdo, ADODB_postgres64, and ADODB_sqlite. Definition at line 1023 of file adodb.inc.php. |
|
||||||||||||
|
Definition at line 2380 of file adodb.inc.php. |
|
||||||||||||
|
Execute SQL
Reimplemented in ADODB_oci8. Definition at line 790 of file adodb.inc.php. |
|
|
Definition at line 762 of file adodb.inc.php. |
|
||||||||||||
|
Generates a sequence id and stores it in $this->genID; GenID is only available if $this->hasGenID = true;
Reimplemented in ADODB_db2, ADODB_ibase, ADODB_mysql, ADODB_odbc, ADODB_odbtp, and ADODB_sqlite. Definition at line 932 of file adodb.inc.php. |
|
||||||||||||||||||||
|
Definition at line 1996 of file adodb.inc.php. |
|
||||||||||||||||||||||||
|
Definition at line 1959 of file adodb.inc.php. |
|
||||||||||||
|
Definition at line 1223 of file adodb.inc.php. |
|
||||||||||||
|
Definition at line 1352 of file adodb.inc.php. |
|
||||||||||||||||||||
|
Definition at line 1229 of file adodb.inc.php. |
|
|
Reimplemented in ADODB_postgres7. Definition at line 1889 of file adodb.inc.php. |
|
||||||||||||||||
|
Definition at line 1290 of file adodb.inc.php. |
|
||||||||||||||||||||
|
Generates an Insert Query based on an existing recordset. $arrFields is an associative array of fields with the value that should be assigned. Note: This function should only be used on a recordset that is run against a single table. Definition at line 1801 of file adodb.inc.php. |
|
||||||||||||
|
Return first element of first row of sql statement. Recordset is disposed for you.
Reimplemented in ADODB_mysql. Definition at line 1262 of file adodb.inc.php. |
|
||||||||||||
|
Return one row of sql statement. Recordset is disposed for you.
Definition at line 1408 of file adodb.inc.php. |
|
||||||||||||||||||||||||
|
Generates an Update Query based on an existing recordset. $arrFields is an associative array of fields with the value that should be assigned. Note: This function should only be used on a recordset that is run against a single table and sql should only be a simple select stmt with no groupby/orderby/limit "Jonathan Younger" <jyounger@unilab.com> Definition at line 1776 of file adodb.inc.php. |
|
|
Check if transaction has failed, only for Smart Transactions. Definition at line 777 of file adodb.inc.php. |
|
||||||||||||
|
Reimplemented in ADODB_access, ADODB_mysql, ADODB_oci8, ADODB_DB2, ADODB_odbc_mssql, ADODB_odbtp, and ADODB_postgres64. Definition at line 1871 of file adodb.inc.php. |
|
||||||||||||||||||||||||
|
Reimplemented in ADODB_pdo. Definition at line 667 of file adodb.inc.php. |
|
||||||||||||
|
Definition at line 965 of file adodb.inc.php. |
|
|
Definition at line 344 of file adodb.inc.php. |
|
||||||||||||||||||||
|
PEAR DB Compat - do not use internally Definition at line 634 of file adodb.inc.php. |
|
|
Definition at line 1876 of file adodb.inc.php. |
|
||||||||||||
|
List columns names in a table as an array.
Definition at line 2210 of file adodb.inc.php. |
|
||||||||||||
|
List columns in a database as an array of ADOFieldObjects. See top of file for definition of object.
Reimplemented in ADODB_netezza, ADODB_odbtp, ADODB_pdo, ADODB_pdo_pgsql, and ADODB_sybase_ase. Definition at line 2139 of file adodb.inc.php. |
|
|
return the databases that the driver can connect to. Some databases will return an empty array.
Reimplemented in ADODB_csv, ADODB_fbsql, ADODB_mysql, and ADODB_sybase_ase. Definition at line 2046 of file adodb.inc.php. |
|
|
Definition at line 1028 of file adodb.inc.php. |
|
|
Definition at line 1035 of file adodb.inc.php. |
|
||||||||||||||||
|
Reimplemented in ADODB_odbc_mssql, ADODB_odbtp, and ADODB_postgres7. Definition at line 1064 of file adodb.inc.php. |
|
||||||||||||||||
|
List indexes on a table as an array.
Reimplemented in ADODB_ibase, ADODB_mysql, ADODB_oci8, ADODB_DB2, and ADODB_sqlite. Definition at line 2198 of file adodb.inc.php. |
|
||||||||||||
|
Reimplemented in ADODB_odbtp. Definition at line 1044 of file adodb.inc.php. |
|
||||||||||||||||
|
Reimplemented in ADODB_mysql, ADODB_oci8, ADODB_odbc_mssql, ADODB_odbtp, ADODB_pdo, ADODB_pdo_mysql, ADODB_pdo_oci, ADODB_pdo_pgsql, ADODB_postgres64, and ADODB_sybase_ase. Definition at line 2077 of file adodb.inc.php. |
|
||||||||||||||||
|
Definition at line 1908 of file adodb.inc.php. |
|
||||||||||||||||||||
|
Always force a new connection to database - currently only works with oracle
Definition at line 448 of file adodb.inc.php. |
|
|
PEAR DB Compat - do not use internally. Definition at line 571 of file adodb.inc.php. |
|
||||||||||||
|
Reimplemented in ADODB_mysql. Definition at line 1340 of file adodb.inc.php. |
|
||||||||||||
|
All error messages go through this bottleneck function. You can define your own handler by defining the function name in ADODB_OUTP. Definition at line 359 of file adodb.inc.php. |
|
||||||||||||||||||||||||
|
Definition at line 674 of file adodb.inc.php. |
|
||||||||||||||||||||||||
|
Will select the supplied $page number from a recordset, given that it is paginated in pages of $nrows rows per page. It also saves two boolean values saying if the given page is the first and/or last one of the recordset. Added by Iván Oliva to provide recordset pagination. See readme.htm.ex8 for an example of usage.
Definition at line 2463 of file adodb.inc.php. |
|
||||||||||||
|
Reimplemented in ADODB_oci8. Definition at line 659 of file adodb.inc.php. |
|
||||||||||||||||||||||||||||
|
Reimplemented in ADODB_oci8, and ADODB_odbtp. Definition at line 695 of file adodb.inc.php. |
|
||||||||||||||||||||
|
Establish persistent connect to database
Definition at line 463 of file adodb.inc.php. |
|
||||||||||||
|
Portable Insert ID. Pablo Roca <pabloroca.mvps.org>
Definition at line 983 of file adodb.inc.php. |
|
|
Should prepare the sql statement and return the stmt resource. For databases that do not support this, we return the $sql. To ensure compatibility with databases that do not support prepare: $stmt = $db->Prepare("insert into table (id, name) values (?,?)"); $db->Execute($stmt,array(1,'Jill')) or die('insert failed'); $db->Execute($stmt,array(2,'Joe')) or die('insert failed');
Reimplemented in ADODB_db2, ADODB_ibase, ADODB_odbc, ADODB_odbtp, and ADODB_pdo. Definition at line 514 of file adodb.inc.php. |
|
||||||||||||
|
Some databases, eg. mssql require a different function for preparing stored procedures. So we cannot use Prepare(). Should prepare the stored procedure and return the stmt resource. For databases that do not support this, we return the $sql. To ensure compatibility with databases that do not support prepare:
Definition at line 533 of file adodb.inc.php. |
|
|
Definition at line 554 of file adodb.inc.php. |
|
|
Requested by "Karsten Dambekalns" <k.dambekalns@fishfarm.de> Definition at line 549 of file adodb.inc.php. |
|
||||||||||||
|
Correctly quotes a string so that all strings are escaped. We prefix and append to the string single-quotes. An example is $db->qstr("Don't bother",magic_quotes_runtime());
Reimplemented in ADODB_mysql, ADODB_oci8, ADODB_postgres64, and ADODB_vfp. Definition at line 2422 of file adodb.inc.php. |
|
||||||||||||
|
PEAR DB Compat - do not use internally. Definition at line 623 of file adodb.inc.php. |
|
|
PEAR DB Compat Definition at line 541 of file adodb.inc.php. |
|
||||||||||||||||||||||||
|
Insert or replace a single record. Note: this is not the same as MySQL's replace. ADOdb's Replace() uses update-insert semantics, not insert-delete-duplicates of MySQL. Also note that no table locking is done currently, so it is possible that the record be inserted twice by two programs... $this->Replace('products', array('prodname' =>"'Nails'","price" => 3.99), 'prodname'); $table table name $fieldArray associative array of data (you must quote strings yourself). $keyCol the primary key field name or if compound key, array of field names autoQuote set to true to use a hueristic to quote strings. Works with nulls and numbers but does not work with dates nor SQL functions. has_autoinc the primary key is an auto-inc field, so skip in insert. Currently blob replace not supported returns 0 = fail, 1 = update, 2 = insert Definition at line 1461 of file adodb.inc.php. |
|
|
Definition at line 593 of file adodb.inc.php. |
|
|
If database does not support transactions, rollbacks always fail, so return false
Reimplemented in ADODB_ado, ADODB_ado, ADODB_ado_access, ADODB_db2, ADODB_ibase, ADODB_mysqlt, ADODB_oci8, ADODB_odbc, ADODB_odbtp, ADODB_oracle, ADODB_pdo, ADODB_postgres64, ADODB_sqlite, and ADODB_sybase. Definition at line 2036 of file adodb.inc.php. |
|
||||||||||||
|
Lock a row, will escalate and lock the table if row locking not supported will normally free the lock at the end of the transaction
Definition at line 583 of file adodb.inc.php. |
|
|
Choose a database to connect to. Many databases do not support this.
Reimplemented in ADODB_fbsql, ADODB_ibase, ADODB_ldap, ADODB_mysql, ADODB_oci8, ADODB_odbtp, and ADODB_sybase. Definition at line 1074 of file adodb.inc.php. |
|
||||||||||||||||||||||||
|
Will select, getting rows from $offset (1-based), for $nrows. This simulates the MySQL "select * from table limit $offset,$nrows" , and the PostgreSQL "select * from table limit $nrows offset $offset". Note that MySQL and PostgreSQL parameter ordering is the opposite of the other. eg. SelectLimit('select * from table',3); will return rows 1 to 3 (1-based) SelectLimit('select * from table',3,2); will return rows 3 to 5 (1-based) Uses SELECT TOP for Microsoft databases (when $this->hasTop is set) BUG: Currently SelectLimit fails with $sql with LIMIT or TOP clause already set
Reimplemented in ADODB_borland_ibase, ADODB_firebird, ADODB_mysql, ADODB_oci8, ADODB_oci805, ADODB_odbc_mssql, ADODB_odbtp, ADODB_pdo_base, ADODB_pdo, ADODB_pdo_mssql, ADODB_pdo_mysql, ADODB_pdo_pgsql, ADODB_postgres7, ADODB_sqlite, ADODB_sybase, and ADODB_vfp. Definition at line 1097 of file adodb.inc.php. |
|
|
Create serializable recordset. Breaks rs link to connection.
Definition at line 1165 of file adodb.inc.php. |
|
|
Get server version info...
Reimplemented in ADODB_ado, ADODB_ado, ADODB_borland_ibase, ADODB_db2, ADODB_firebird, ADODB_ibase, ADODB_ldap, ADODB_mysql, ADODB_oci8, ADODB_odbc, ADODB_DB2, ADODB_odbc_mssql, ADODB_odbtp, ADODB_pdo_base, ADODB_pdo, ADODB_pdo_mssql, ADODB_pdo_mysql, ADODB_pdo_pgsql, ADODB_postgres64, ADODB_SAPDB, and ADODB_sqlite. Definition at line 339 of file adodb.inc.php. |
|
|
Reimplemented in ADODB_postgres7. Definition at line 1866 of file adodb.inc.php. |
|
|
Change the SQL connection locale to a specified locale. This is used to get the date formats written depending on the client locale. Definition at line 1924 of file adodb.inc.php. |
|
|
PEAR DB Compat - do not use internally. The fetch modes for NUMERIC and ASSOC for PEAR DB and ADODB are identical for easy porting :-)
Definition at line 607 of file adodb.inc.php. |
|
||||||||||||
|
Reimplemented in ADODB_ibase, ADODB_mysql, ADODB_oci8, ADODB_DB2, ADODB_odbc_mssql, ADODB_postgres64, ADODB_sqlite, and ADODB_sybase. Definition at line 493 of file adodb.inc.php. |
|
|
Improved method of initiating a transaction. Used together with CompleteTrans(). Advantages include:
a. StartTrans/CompleteTrans is nestable, unlike BeginTrans/CommitTrans/RollbackTrans. Only the outermost block is treated as a transaction. Definition at line 710 of file adodb.inc.php. |
|
|
Reimplemented in ADODB_access, ADODB_oci8, ADODB_pdo, and ADODB_vfp. Definition at line 383 of file adodb.inc.php. |
|
|
Also in ADORecordSet.
Reimplemented in ADODB_sybase. Definition at line 2293 of file adodb.inc.php. |
|
|
Also in ADORecordSet.
Reimplemented in ADODB_sybase. Definition at line 2317 of file adodb.inc.php. |
|
||||||||||||||||||||||||
|
Update a blob column, given a where clause. There are more sophisticated blob handling functions that we could have implemented, but all require a very complex API. Instead we have chosen something that is extremely simple to understand and use. Note: $blobtype supports 'BLOB' and 'CLOB', default is BLOB of course. Usage to update a $blobvalue which has a primary key blob_id=1 into a field blobtable.blobcolumn: UpdateBlob('blobtable', 'blobcolumn', $blobvalue, 'blob_id=1'); Insert example: $conn->Execute('INSERT INTO blobtable (id, blobcol) VALUES (1, null)'); $conn->UpdateBlob('blobtable','blobcol',$blob,'id=1'); Reimplemented in ADODB_db2, ADODB_ibase, ADODB_oci8, ADODB_odbc, and ADODB_odbtp. Definition at line 1833 of file adodb.inc.php. |
|
||||||||||||||||||||||||
|
Usage: UpdateBlob('TABLE', 'COLUMN', '/path/to/file', 'ID=1'); $blobtype supports 'BLOB' and 'CLOB' $conn->Execute('INSERT INTO blobtable (id, blobcol) VALUES (1, null)'); $conn->UpdateBlob('blobtable','blobcol',$blobpath,'id=1'); Reimplemented in ADODB_ibase, ADODB_oci8, and ADODB_postgres64. Definition at line 1847 of file adodb.inc.php. |
|
||||||||||||||||||||
|
Usage: UpdateClob('TABLE', 'COLUMN', $var, 'ID=1', 'CLOB'); $conn->Execute('INSERT INTO clobtable (id, clobcol) VALUES (1, null)'); $conn->UpdateClob('clobtable','clobcol',$clob,'id=1'); Definition at line 1901 of file adodb.inc.php. |
|
||||||||||||||||
|
Also in ADORecordSet. Format database date based on user defined format.
Definition at line 2347 of file adodb.inc.php. |
|
||||||||||||||||
|
Definition at line 2368 of file adodb.inc.php. |
|
|
Definition at line 326 of file adodb.inc.php. |
|
||||||||||||
|
Definition at line 1562 of file adodb.inc.php. |
|
|
Definition at line 315 of file adodb.inc.php. |
|
|
A boolean variable to state whether its a persistent connection or normal connection. */.
Reimplemented in ADODB_access, ADODB_ado, ADODB_db2, ADODB_ibase, ADODB_oci8, ADODB_odbc, ADODB_DB2, ADODB_odbc_mssql, ADODB_odbtp, ADODB_pdo, ADODB_pdo_mysql, ADODB_postgres64, ADODB_SAPDB, and ADODB_vfp. Definition at line 313 of file adodb.inc.php. |
|
|
Definition at line 306 of file adodb.inc.php. |
|
|
then returned by the errorMsg() function A variable which was used to keep the returned last error message. The value will Definition at line 309 of file adodb.inc.php. |
|
|
The returned link identifier whenever a successful database connection is made.
Definition at line 307 of file adodb.inc.php. |
|
|
set to true if ADOConnection.Execute() permits binding of array parameters.
Definition at line 314 of file adodb.inc.php. |
|
|
This variable keeps the last created result link identifier.
Definition at line 312 of file adodb.inc.php. |
|
|
Definition at line 316 of file adodb.inc.php. |
|
|
Definition at line 304 of file adodb.inc.php. |
|
|
Last error code, not guaranteed to be used - only by oci8.
Definition at line 310 of file adodb.inc.php. |
|
|
Definition at line 305 of file adodb.inc.php. |
|
|
operator to use for right outer join in WHERE clause
Reimplemented in ADODB_ado_mssql, ADODB_ibase, ADODB_mysqlt, ADODB_netezza, ADODB_DB2, ADODB_odbc_mssql, ADODB_postgres7, and ADODB_vfp. Definition at line 287 of file adodb.inc.php. |
|
|
name of function that returns the current timestamp
Reimplemented in ADODB_sybase. Definition at line 278 of file adodb.inc.php. |
|
|
Definition at line 296 of file adodb.inc.php. |
|
|
whether ansi outer join syntax supported
Reimplemented in ADODB_mysqlt, ADODB_netezza, and ADODB_postgres64. Definition at line 288 of file adodb.inc.php. |
|
|
Reimplemented in ADODB_ibase, ADODB_netezza, ADODB_pdo_pgsql, and ADODB_postgres64. Definition at line 293 of file adodb.inc.php. |
|
|
accepts dates in ISO format
Definition at line 275 of file adodb.inc.php. |
|
|
string to use to quote identifiers and names
Reimplemented in ADODB_postgres7. Definition at line 255 of file adodb.inc.php. |
|
|
maximum size of blobs or large text fields (262144 = 256K)-- some db's die otherwise like foxpro
Reimplemented in ADODB_ibase, ADODB_netezza, ADODB_oci8, ADODB_DB2, ADODB_odbc_oracle, ADODB_oracle, ADODB_pdo_oci, ADODB_pdo_pgsql, ADODB_postgres64, ADODB_SAPDB, ADODB_sqlite, and ADODB_sybase. Definition at line 244 of file adodb.inc.php. |
|
|
RDBMS currently in use, eg. odbc, mysql, mssql.
Definition at line 238 of file adodb.inc.php. |
|
|
Reimplemented in ADODB_access, ADODB_ado, ADODB_ado_access, ADODB_ado_mssql, ADODB_borland_ibase, ADODB_csv, ADODB_db2, ADODB_fbsql, ADODB_firebird, ADODB_ibase, ADODB_ldap, ADODB_mysql, ADODB_mysqlt, ADODB_netezza, ADODB_oci8, ADODB_oci805, ADODB_oci8po, ADODB_odbc, ADODB_DB2, ADODB_odbc_mssql, ADODB_odbc_oracle, ADODB_odbtp, ADODB_odbtp_unicode, ADODB_oracle, ADODB_pdo, ADODB_postgres64, ADODB_postgres7, ADODB_proxy, ADODB_SAPDB, ADODB_sqlanywhere, ADODB_sqlite, ADODB_sqlitepo, ADODB_sybase, ADODB_sybase_ase, and ADODB_vfp. Definition at line 237 of file adodb.inc.php. |
|
|
Reimplemented in ADODB_ado, ADODB_db2, ADODB_ibase, ADODB_ldap, ADODB_mysql, ADODB_netezza, ADODB_oci8, ADODB_oci8po, ADODB_odbc, ADODB_odbtp, ADODB_pdo, ADODB_postgres64, and ADODB_sybase. Definition at line 236 of file adodb.inc.php. |
|
|
Password for the username. For security, we no longer store it.
Definition at line 242 of file adodb.inc.php. |
|
|
All order by columns have to be unique.
Definition at line 259 of file adodb.inc.php. |
|
|
Definition at line 260 of file adodb.inc.php. |
|
|
string that represents TRUE for a database
Reimplemented in ADODB_netezza, ADODB_pdo_pgsql, ADODB_postgres64, and ADODB_vfp. Definition at line 252 of file adodb.inc.php. |
|
|
count of nested transactions
Definition at line 300 of file adodb.inc.php. |
|
|
uppercase function
Reimplemented in ADODB_access, ADODB_ado, ADODB_ado_access, ADODB_db2, ADODB_ibase, ADODB_netezza, ADODB_odbc, ADODB_odbc_mssql, ADODB_odbc_oracle, ADODB_odbtp, ADODB_pdo, ADODB_pdo_pgsql, ADODB_postgres64, ADODB_SAPDB, ADODB_sybase, and ADODB_vfp. Definition at line 249 of file adodb.inc.php. |
|
|
used by DBDate() as the default date format used by the database
Reimplemented in ADODB_access, ADODB_ado, ADODB_ado_access, ADODB_csv, ADODB_db2, ADODB_fbsql, ADODB_ibase, ADODB_mysql, ADODB_netezza, ADODB_odbc, ADODB_DB2, ADODB_odbc_mssql, ADODB_odbc_oracle, ADODB_odbtp, ADODB_pdo, ADODB_pdo_pgsql, ADODB_postgres64, ADODB_SAPDB, ADODB_sqlite, ADODB_sybase, and ADODB_vfp. Definition at line 250 of file adodb.inc.php. |
|
|
Definition at line 292 of file adodb.inc.php. |
|
|
Definition at line 291 of file adodb.inc.php. |
|
|
has transactions
Definition at line 272 of file adodb.inc.php. |
|
|
supports autoincrement ID?
Reimplemented in ADODB_ado, ADODB_csv, ADODB_db2, ADODB_fbsql, ADODB_ibase, ADODB_mysql, ADODB_netezza, ADODB_oci8, ADODB_odbc, ADODB_odbtp, ADODB_pdo, ADODB_pdo_pgsql, ADODB_postgres64, ADODB_sqlite, and ADODB_sybase. Definition at line 264 of file adodb.inc.php. |
|
|
has ability to run MoveFirst(), scrolling backwards
Reimplemented in ADODB_ibase, ADODB_mysql, ADODB_oci8, ADODB_odbtp, ADODB_pdo_pgsql, and ADODB_postgres64. Definition at line 269 of file adodb.inc.php. |
|
|
Reimplemented in ADODB_ado_mssql, ADODB_csv, ADODB_fbsql, ADODB_mysql, ADODB_netezza, ADODB_DB2, ADODB_odbc_mssql, ADODB_odbtp, ADODB_postgres64, ADODB_sqlanywhere, ADODB_sqlite, and ADODB_sybase. Definition at line 263 of file adodb.inc.php. |
|
|
support mssql/access SELECT TOP 10 * FROM TABLE
Reimplemented in ADODB_fbsql, ADODB_mysql, ADODB_netezza, ADODB_pdo_pgsql, ADODB_postgres64, ADODB_postgres7, and ADODB_sqlite. Definition at line 266 of file adodb.inc.php. |
|
|
this is a readonly database - used by phpLens
Reimplemented in ADODB_mysql, ADODB_odbtp, ADODB_pdo_pgsql, and ADODB_postgres64. Definition at line 268 of file adodb.inc.php. |
|
|
supports affected rows for update/delete?
Reimplemented in ADODB_access, ADODB_ado_access, ADODB_ado_mssql, ADODB_odbc_mssql, ADODB_pdo_mssql, and ADODB_vfp. Definition at line 265 of file adodb.inc.php. |
|
|
can generate sequences using GenID();
Reimplemented in ADODB_access, ADODB_ado_access, ADODB_csv, ADODB_mysql, ADODB_mysqlt, and ADODB_vfp. Definition at line 270 of file adodb.inc.php. |
|
|
Name of database to be used.
Definition at line 239 of file adodb.inc.php. |
|
|
error function to call
Reimplemented in ADODB_mysql, ADODB_netezza, ADODB_pdo_pgsql, and ADODB_postgres64. Definition at line 274 of file adodb.inc.php. |
|
|
Definition at line 261 of file adodb.inc.php. |
|
|
indicates that all fields in order by must be unique
Reimplemented in ADODB_ado_mssql, ADODB_oci8, ADODB_odbc_mssql, and ADODB_sybase. Definition at line 285 of file adodb.inc.php. |
|
|
substring operator
Reimplemented in ADODB_ado_mssql, and ADODB_odbc_mssql. Definition at line 246 of file adodb.inc.php. |
|
|
if set to true will output sql statements
Definition at line 243 of file adodb.inc.php. |
|
|
character set to use - only for interbase, postgres and oci8
Reimplemented in ADODB_netezza, ADODB_oci8, ADODB_pdo_pgsql, ADODB_postgres64, and ADODB_sybase_ase. Definition at line 256 of file adodb.inc.php. |
|
|
Reimplemented in ADODB_fbsql, ADODB_ibase, ADODB_mysql, ADODB_netezza, ADODB_oci8, ADODB_oci8po, ADODB_odbc_mssql, ADODB_odbc_oracle, ADODB_oracle, ADODB_pdo_mysql, ADODB_pdo_oci, ADODB_pdo_pgsql, ADODB_postgres64, ADODB_sqlite, ADODB_sybase, and ADODB_sybase_ase. Definition at line 257 of file adodb.inc.php. |
|
|
string to use to replace quotes
Reimplemented in ADODB_mysql. Definition at line 254 of file adodb.inc.php. |
|
|
name of class used to generate array recordsets, which are pre-downloaded recordsets
Reimplemented in ADODB_oci8. Definition at line 280 of file adodb.inc.php. |
|
|
oracle specific stuff - if true ensures that '' is converted to ' '
Definition at line 281 of file adodb.inc.php. |
|
|
Definition at line 282 of file adodb.inc.php. |
|
|
Definition at line 283 of file adodb.inc.php. |
|
|
The username which is used to connect to the database server.
Reimplemented in ADODB_ldap. Definition at line 241 of file adodb.inc.php. |
|
|
Reimplemented in ADODB_ado, ADODB_ibase, and ADODB_mysql. Definition at line 289 of file adodb.inc.php. |
|
|
sequence id used by GenID();
Definition at line 273 of file adodb.inc.php. |
|
|
string length ofperator
Reimplemented in ADODB_netezza, ADODB_oci8, ADODB_pdo_oci, ADODB_pdo_pgsql, and ADODB_postgres64. Definition at line 247 of file adodb.inc.php. |
|
|
support pgsql/mysql SELECT * FROM TABLE LIMIT 10
Definition at line 267 of file adodb.inc.php. |
|
|
string that represents FALSE for a database
Reimplemented in ADODB_ado, ADODB_csv, ADODB_db2, ADODB_ibase, ADODB_oci8, ADODB_odbc, ADODB_odbc_oracle, ADODB_odbtp, ADODB_oracle, ADODB_pdo, ADODB_sqlite, ADODB_sybase, and ADODB_vfp. Definition at line 253 of file adodb.inc.php. |
|
|
operator to use for left outer join in WHERE clause
Reimplemented in ADODB_ado_mssql, ADODB_odbc_mssql, and ADODB_sybase. Definition at line 286 of file adodb.inc.php. |
|
|
Definition at line 294 of file adodb.inc.php. |
|
|
default concat operator -- change to || for Oracle/Interbase
Reimplemented in ADODB_ado_mssql, ADODB_mysql, and ADODB_odbc_mssql. Definition at line 245 of file adodb.inc.php. |
|
|
cache for 1 hour
Reimplemented in ADODB_access, ADODB_ado_access, ADODB_ado_mssql, ADODB_ibase, ADODB_mysql, ADODB_netezza, ADODB_oci8, ADODB_DB2, ADODB_odbc_mssql, ADODB_odbc_oracle, ADODB_oracle, ADODB_pdo_base, ADODB_pdo_mssql, ADODB_pdo_mysql, ADODB_pdo_oci, ADODB_pdo_pgsql, ADODB_postgres64, ADODB_SAPDB, ADODB_sqlite, ADODB_sybase, and ADODB_vfp. Definition at line 276 of file adodb.inc.php. |
|
|
name of function that returns the current date
Reimplemented in ADODB_access, ADODB_ado_access, ADODB_ado_mssql, ADODB_firebird, ADODB_ibase, ADODB_mysql, ADODB_netezza, ADODB_oci8, ADODB_DB2, ADODB_odbc_mssql, ADODB_odbc_oracle, ADODB_oracle, ADODB_pdo_base, ADODB_pdo_mssql, ADODB_pdo_mysql, ADODB_pdo_oci, ADODB_pdo_pgsql, ADODB_postgres64, ADODB_SAPDB, ADODB_sqlite, and ADODB_vfp. Definition at line 277 of file adodb.inc.php. |
|
|
temporarily disable transactions
Definition at line 298 of file adodb.inc.php. |
|
|
do not modify this yourself - actually private
Definition at line 297 of file adodb.inc.php. |
|
|
used by DBTimeStamp as the default timestamp fmt.
Reimplemented in ADODB_netezza, ADODB_pdo_pgsql, ADODB_postgres64, and ADODB_vfp. Definition at line 251 of file adodb.inc.php. |
|
|
Definition at line 258 of file adodb.inc.php. |
|
|
Definition at line 284 of file adodb.inc.php. |
|
|
random function
Definition at line 248 of file adodb.inc.php. |
|
|
The hostname of the database server.
Definition at line 240 of file adodb.inc.php. |
1.4.6