_ADODB_LAYER
_ADODB_LAYER
\mainpage
| ADOFieldObject | Helper class for FetchFields -- holds info on a column |
| ADODB_Cache_File | |
| ADOConnection | Connection object. For connecting to databases, and executing queries. |
| ADOFetchObj | Internal placeholder for record objects. Used by ADORecordSet->FetchObj(). |
| ADODB_Iterator_empty | |
| ADORecordSet_empty | Lightweight recordset when there are no records to be returned |
| ADODB_Iterator | |
| 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_FETCH_DEFAULT
Fetch mode
Set global variable $ADODB_FETCH_MODE to one of these constants or use the SetFetchMode() method to control how recordset fields are returned when fetching data.
ADODB_ASSOC_CASE_LOWER
Associative array case constants
By defining the ADODB_ASSOC_CASE constant to one of these values, it is possible to control the case of field names (associative array's keys) when operating in ADODB_FETCH_ASSOC fetch mode.
The default is to use native case-names.
NOTE: This functionality is not implemented everywhere, it currently works only with: mssql, odbc, oci8 and ibase derived drivers
ADOLoadCode( $dbType)
Load the code for a specific database driver. Private function. Do not use.
| $dbType |
| package |
Default |
|---|
NewADOConnection( $db = '')
synonym for ADONewConnection for people like me who cannot remember the correct name
| $db |
| package |
Default |
|---|
ADONewConnection( $db = '') : \the
Instantiate a new Connection class for a specific database driver.
| $db |
freshly created instance of the Connection class.
| package |
Default |
|---|
_adodb_getdriver( $provider, $drivername, $perf = false)
| $provider | ||
| $drivername | ||
| $perf |
| package |
Default |
|---|
| package |
Default |
|---|
| package |
Default |
|---|
| package |
Default |
|---|
adodb_backtrace( $printOrArr = true, $levels = 9999, $ishtml = null)
| $printOrArr | ||
| $levels | ||
| $ishtml |
| package |
Default |
|---|