Procedural File: adodb.inc.php
Source Location: /includes/classes/adodb/adodb.inc.php
Classes:
ADOFieldObject
Helper class for FetchFields -- holds info on a column
ADOConnection
Connection object. For connecting to databases, and executing queries.
ADOFetchObj
Internal placeholder for record objects. Used by ADORecordSet->FetchObj().
ADORecordSet_empty
Lightweight recordset when there are no records to be returned
ADORecordSet
RecordSet class that represents the dataset returned by the database.
ADORecordSet_array
This class encapsulates the concept of a recordset created in memory as an array. This is useful for the creation of cached recordsets.
Page Details:
Tags:
Includes:
ADODB_BAD_RS [line 87]
ADODB_DIR [line 47]
ADODB_FETCH_ASSOC [line 107]
ADODB_FETCH_BOTH [line 108]
ADODB_FETCH_DEFAULT [line 105]
ADODB_FETCH_NUM [line 106]
ADODB_FORCE_EMPTY [line 80]
ADODB_FORCE_IGNORE [line 78]
ADODB_FORCE_NULL [line 79]
ADODB_FORCE_VALUE [line 81]
ADODB_PHPVER [line 115]
ADODB_PREFETCH_ROWS [line 93]
ADODB_TABLE_REGEX [line 90]
TIMESTAMP_FIRST_YEAR [line 110]
_ADODB_LAYER [line 36]
adodb_backtrace [line 4245]
void adodb_backtrace(
[ $printOrArr = true], [ $levels = 9999])
|
|
Parameters
adodb_pr [line 4223]
void adodb_pr(
$var, [ $as_string = false])
|
|
Parameters
ADODB_Setup [line 149]
ADODB_str_replace [line 135]
void ADODB_str_replace(
$src, $dest, $data)
|
|
Parameters
ADODB_TransMonitor [line 220]
void ADODB_TransMonitor(
$dbms, $fn, $errno, $errmsg, $p1, $p2, &$thisConnection)
|
|
Parameters
| |
$dbms |
|
| |
$fn |
|
| |
$errno |
|
| |
$errmsg |
|
| |
$p1 |
|
| |
$p2 |
|
| |
&$thisConnection |
|
ADOLoadCode [line 3963]
void ADOLoadCode(
$dbType)
|
|
Load the code for a specific database driver. Private function. Do not use.
Parameters
ADOLoadDB [line 3955]
Synonym for ADOLoadCode. Private function. Do not use.
Tags:
Parameters
ADONewConnection [line 4011]
the &ADONewConnection(
[[db] $db = ''])
|
|
Instantiate a new Connection class for a specific database driver.
Tags:
Parameters
| [db] |
$db |
is the database Connection object to create. If undefined, use the last database driver that was loaded by ADOLoadCode(). |
NewADOConnection [line 3997]
void &NewADOConnection(
[ $db = ''])
|
|
synonym for ADONewConnection for people like me who cannot remember the correct name
Parameters
NewDataDictionary [line 4192]
void &NewDataDictionary(
&$conn, [ $drivername = false])
|
|
Parameters
NewPerfMonitor [line 4178]
void &NewPerfMonitor(
&$conn)
|
|
Parameters
_adodb_getdriver [line 4146]
void _adodb_getdriver(
$provider, $drivername, [ $perf = false])
|
|
Parameters
| |
$provider |
|
| |
$drivername |
|
| |
$perf |
|
|
|