Documentation TYPO3 par Ameos |
Public Member Functions | |
& | factory ($type) |
& | connect ($dsn, $options=false) |
apiVersion () | |
isError ($value) | |
isWarning ($value) | |
parseDSN ($dsn) | |
assertExtension ($name) |
Definition at line 101 of file adodb-pear.inc.php.
|
Return the DB API version
Definition at line 199 of file adodb-pear.inc.php. |
|
Load a PHP database extension if it is not loaded already. public
Definition at line 361 of file adodb-pear.inc.php. |
|
Create a new DB object and connect to the specified database
Definition at line 139 of file adodb-pear.inc.php. References parseDSN(). |
|
Create a new DB object for the specified database type
Definition at line 112 of file adodb-pear.inc.php. |
|
Tell whether a result code from a DB method is an error
Definition at line 211 of file adodb-pear.inc.php. Referenced by Auth_Container_ADOdb::addUser(), Auth_Container_ADOdb::fetchData(), Auth_Container_ADOdb::listUsers(), and Auth_Container_ADOdb::removeUser(). |
|
Tell whether a result code from a DB method is a warning. Warnings differ from errors in that they are generated by DB, and are not fatal.
Definition at line 229 of file adodb-pear.inc.php. |