/3rd/adodb/adodb.inc.php| Class | Description |
|---|---|
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. |
ADODB_BAD_RS = '<p>Bad $rs in %s. Connection or SQL invalid. Try using $connection->debug=true;</p>'
(line 87)
ADODB_DIR = dirname(__FILE__)
(line 48)
Set ADODB_DIR to the directory where this file resides...
This constant was formerly called $ADODB_RootPath
ADODB_FETCH_ASSOC = 2
(line 107)
ADODB_FETCH_BOTH = 3
(line 108)
ADODB_FETCH_DEFAULT = 0
(line 105)
ADODB_FETCH_NUM = 1
(line 106)
ADODB_FORCE_EMPTY = 2
(line 80)
ADODB_FORCE_IGNORE = 0
(line 78)
ADODB_FORCE_NULL = 1
(line 79)
ADODB_FORCE_VALUE = 3
(line 81)
ADODB_PHPVER = 0x5000
(line 115)
ADODB_PREFETCH_ROWS = 10
(line 93)
ADODB_TABLE_REGEX = '([]0-9a-z_\:\"\`\.\@\[-]*)'
(line 90)
TIMESTAMP_FIRST_YEAR = 100
(line 110)
_ADODB_LAYER = 1
(line 37)
adodb_backtrace (line 3868)
adodb_pr (line 3846)
ADODB_Setup (line 147)
ADODB_str_replace (line 133)
ADODB_TransMonitor (line 216)
ADOLoadCode (line 3611)
Load the code for a specific database driver. Private function. Do not use.
ADOLoadDB (line 3603)
Synonym for ADOLoadCode. Private function. Do not use.
ADONewConnection (line 3659)
Instantiate a new Connection class for a specific database driver.
NewADOConnection (line 3645)
synonym for ADONewConnection for people like me who cannot remember the correct name
NewDataDictionary (line 3815)
NewPerfMonitor (line 3801)
_adodb_getdriver (line 3777)
Documentation generated on Wed, 23 Jan 2008 19:34:31 -0500 by phpDocumentor 1.4.0