xPDODriverProvides driver specific members and methods for an xPDO instance.
These are baseline members and methods that need to be loaded every time an xPDO instance makes a connection. xPDODriver class implementations are specific to a database driver and should include this base class in order to extend it.
Located in /om/xpdodriver.class.php (line 40)
| Class | Description |
|---|---|
xPDODriver_mysql
|
Provides mysql driver abstraction for an xPDO instance. |
xPDODriver_sqlite
|
Provides sqlite driver abstraction for an xPDO instance. |
xPDODriver_sqlsrv
|
Provides sqlsrv driver abstraction for an xPDO instance. |
array
$dbtypes
= array () (line 49)
xPDO
$xpdo
= null (line 45)
array
$_currentDates
= array() (line 59)
An array of DB constants/functions that represent date values.
array
$_currentTimes
= array() (line 64)
An array of DB constants/functions that represent time values.
array
$_currentTimestamps
= array() (line 54)
An array of DB constants/functions that represent timestamp values.
Constructor __construct (line 71)
Get an xPDODriver instance.
getPhpType (line 84)
Gets the PHP field type based upon the specified database type.
Documentation generated on Mon, 27 Dec 2010 11:08:27 -0700 by phpDocumentor 1.4.3