Database adapter abstract parent class for Rdo.
Located in /Rdo/lib/Horde/Rdo/Adapter.php (line 13)
Class | Description |
---|---|
![]() |
MySQL Improved Horde_Rdo adapter |
![]() |
|
![]() |
PDO Horde_Rdo_Adapter generic implementation. Provides most functionality but must be extended with a concrete implementation to fill in database-specific details. |
DML query generator.
Options for this Adapter.
Horde_Rdo_Adapter constructor. Sets options and sets up a connection if necessary.
Create a backend object.
Delete one or more objects from the database.
Use for INSERT, UPDATE, DELETE, and other queries that don't return rows. Returns number of affected rows.
Get one of the options for this Adapter.
Get a description of the database table that $model is going to reflect.
Use for SELECT and anything that returns rows.
Return a single column from a query.
Return a single value from a query. Useful for quickly getting a value such as with a COUNT(*) query.
Use for SELECT and anything that returns rows.
Return a single column from a query.
Return a single value from a query. Useful for quickly getting a value such as with a COUNT(*) query.
Set one of the options for this Adapter.
Updates a backend object.
Documentation generated on Sun, 30 Jan 2011 05:14:59 +0000 by phpDocumentor 1.4.3