File: MDB2.php
Source Location: /MDB2-2.0.2/MDB2.php
Classes:
MDB2
The main 'MDB2' class is simply a container class with some static methods for creating DB objects as well as some utility functions common to all parts of DB.
MDB2_Error
MDB2_Error implements a class for reporting portable database error messages.
MDB2_Driver_Common
MDB2_Driver_Common: Base class that is extended by each MDB2 driver
MDB2_Result
The dummy class that all user space result classes should extend from
MDB2_Result_Common
The common result class for MDB2 result objects
MDB2_Row
The simple class that accepts row data as an array
MDB2_Statement_Common
The common statement class for MDB2 statement objects
MDB2_Module_Common
The common modules class for MDB2 module objects
Page Details:
Includes:
MDB2_ERROR [line 67]
MDB2_ERROR_ACCESS_VIOLATION [line 93]
MDB2_ERROR_ALREADY_EXISTS [line 71]
MDB2_ERROR_CANNOT_ALTER [line 97]
MDB2_ERROR_CANNOT_CREATE [line 81]
MDB2_ERROR_CANNOT_DELETE [line 82]
MDB2_ERROR_CANNOT_DROP [line 83]
MDB2_ERROR_CANNOT_REPLACE [line 94]
MDB2_ERROR_CONNECT_FAILED [line 90]
MDB2_ERROR_CONSTRAINT [line 69]
MDB2_ERROR_CONSTRAINT_NOT_NULL [line 95]
MDB2_ERROR_DEADLOCK [line 96]
MDB2_ERROR_DIVZERO [line 79]
MDB2_ERROR_EXTENSION_NOT_FOUND [line 91]
MDB2_ERROR_INSUFFICIENT_DATA [line 101]
MDB2_ERROR_INVALID [line 74]
MDB2_ERROR_INVALID_DATE [line 78]
MDB2_ERROR_INVALID_DSN [line 89]
MDB2_ERROR_INVALID_NUMBER [line 77]
MDB2_ERROR_LOADMODULE [line 100]
MDB2_ERROR_MANAGER [line 98]
MDB2_ERROR_MANAGER_PARSE [line 99]
MDB2_ERROR_MISMATCH [line 73]
MDB2_ERROR_NEED_MORE_DATA [line 86]
MDB2_ERROR_NODBSELECTED [line 80]
MDB2_ERROR_NOSUCHDB [line 92]
MDB2_ERROR_NOSUCHFIELD [line 85]
MDB2_ERROR_NOSUCHTABLE [line 84]
MDB2_ERROR_NOT_CAPABLE [line 75]
MDB2_ERROR_NOT_FOUND [line 70]
MDB2_ERROR_NOT_LOCKED [line 87]
MDB2_ERROR_SYNTAX [line 68]
MDB2_ERROR_TRUNCATED [line 76]
MDB2_ERROR_UNSUPPORTED [line 72]
MDB2_ERROR_VALUE_COUNT_ON_ROW [line 88]
MDB2_FETCHMODE_ASSOC [line 129]
MDB2_FETCHMODE_DEFAULT [line 117]
MDB2_FETCHMODE_FLIPPED [line 144]
MDB2_FETCHMODE_OBJECT [line 135]
MDB2_FETCHMODE_ORDERED [line 123]
MDB2_OK [line 66]
MDB2_PORTABILITY_ALL [line 220]
MDB2_PORTABILITY_DELETE_COUNT [line 175]
MDB2_PORTABILITY_EMPTY_TO_NULL [line 206]
MDB2_PORTABILITY_ERRORS [line 198]
MDB2_PORTABILITY_FIX_ASSOC_FIELD_NAMES [line 213]
MDB2_PORTABILITY_FIX_CASE [line 161]
MDB2_PORTABILITY_NONE [line 153]
MDB2_PORTABILITY_NUMROWS [line 182]
MDB2_PORTABILITY_RTRIM [line 168]
MDB2_PREPARE_MANIP [line 108]
MDB2_PREPARE_RESULT [line 109]
MDB2_closeOpenTransactions [line 3621]
void MDB2_closeOpenTransactions(
)
|
|
Close any open transactions form persistent connections
MDB2_defaultDebugOutput [line 3646]
string MDB2_defaultDebugOutput(
object &$db, mixed $scope, string $message, [mixed $is_manip = null])
|
|
default debug output handler
Parameters
| object |
$db |
reference to an MDB2 database object |
| string |
$message |
message that should be appended to the debug variable |
Documentation generated on Sun, 14 May 2006 02:34:46 -0400 by phpDocumentor 1.2.3. PEAR Logo Copyright © PHP Group 2004.
|