Classes | |
| class | ADOFieldObject |
| class | ADOConnection |
| class | ADOFetchObj |
| class | ADORecordSet_empty |
| class | ADORecordSet |
| class | ADORecordSet_array |
Énumérations | |
| enum | ADODB_FORCE_IGNORE |
| enum | ADODB_FORCE_NULL |
| enum | ADODB_FORCE_EMPTY |
| enum | ADODB_FORCE_VALUE |
| enum | ADODB_TABLE_REGEX |
| enum | ADODB_FETCH_NUM |
| enum | ADODB_FETCH_ASSOC |
| enum | ADODB_FETCH_BOTH |
Fonctions | |
| ADODB_TransMonitor ($dbms, $fn, $errno, $errmsg, $p1, $p2, &$thisConnection) | |
| ADOLoadDB ($dbType) | |
| ADOLoadCode ($dbType) | |
| & | NewADOConnection ($db='') |
| & | ADONewConnection ($db='') |
| _adodb_getdriver ($provider, $drivername, $perf=false) | |
| & | NewPerfMonitor (&$conn) |
| & | NewDataDictionary (&$conn, $drivername=false) |
| adodb_pr ($var, $as_string=false) | |
| adodb_backtrace ($printOrArr=true, $levels=9999) | |
Variables | |
| GLOBAL | $ADODB_vers |
| GLOBAL | $ADODB_COUNTRECS |
| GLOBAL | $ADODB_CACHE_DIR |
| GLOBAL | $ADODB_EXTENSION |
| GLOBAL | $ADODB_COMPAT_FETCH |
| GLOBAL | $ADODB_FETCH_MODE |
| $ADODB_EXTENSION = defined('ADODB_EXTENSION') | |
| else | |
| enum ADODB_FETCH_ASSOC |
| enum ADODB_FETCH_BOTH |
| enum ADODB_FETCH_NUM |
| enum ADODB_FORCE_EMPTY |
| enum ADODB_FORCE_IGNORE |
| enum ADODB_FORCE_NULL |
| enum ADODB_FORCE_VALUE |
| enum ADODB_TABLE_REGEX |
| _adodb_getdriver | ( | $ | provider, | |
| $ | drivername, | |||
| $ | perf = false | |||
| ) |
| adodb_backtrace | ( | $ | printOrArr = true, |
|
| $ | levels = 9999 | |||
| ) |
| adodb_pr | ( | $ | var, | |
| $ | as_string = false | |||
| ) |
| ADODB_TransMonitor | ( | $ | dbms, | |
| $ | fn, | |||
| $ | errno, | |||
| $ | errmsg, | |||
| $ | p1, | |||
| $ | p2, | |||
| &$ | thisConnection | |||
| ) |
| ADOLoadCode | ( | $ | dbType | ) |
Load the code for a specific database driver. Private function. Do not use.
| ADOLoadDB | ( | $ | dbType | ) |
| & ADONewConnection | ( | $ | db = '' |
) |
Instantiate a new Connection class for a specific database driver.
| [db] | is the database Connection object to create. If undefined, use the last database driver that was loaded by ADOLoadCode(). |
| & NewADOConnection | ( | $ | db = '' |
) |
synonym for ADONewConnection for people like me who cannot remember the correct name
| & NewDataDictionary | ( | &$ | conn, | |
| $ | drivername = false | |||
| ) |
| & NewPerfMonitor | ( | &$ | conn | ) |
| GLOBAL $ADODB_CACHE_DIR |
| GLOBAL $ADODB_COMPAT_FETCH |
| GLOBAL $ADODB_COUNTRECS |
| $ADODB_EXTENSION = defined('ADODB_EXTENSION') |
| GLOBAL $ADODB_EXTENSION |
| GLOBAL $ADODB_FETCH_MODE |
| GLOBAL $ADODB_vers |
1.5.3