\

Interfaces

Horde_Db_Adapter
Horde_Db_Value Interface for values with specific quoting rules.

Classes

Horde_Db
Horde_Db_Adapter_Base
Horde_Db_Adapter_Base_Column
Horde_Db_Adapter_Base_ColumnDefinition
Horde_Db_Adapter_Base_Index
Horde_Db_Adapter_Base_Result This class represents the result set of a SELECT query.
Horde_Db_Adapter_Base_Schema Base class for managing database schemes and handling database-specific SQL dialects and quoting.
Horde_Db_Adapter_Base_Table
Horde_Db_Adapter_Base_TableDefinition
Horde_Db_Adapter_Mysql MySQL Horde_Db_Adapter
Horde_Db_Adapter_Mysql_Column
Horde_Db_Adapter_Mysql_Result This class represents the result set of a SELECT query from the MySQL driver.
Horde_Db_Adapter_Mysql_Schema Class for MySQL-specific managing of database schemes and handling of SQL dialects and quoting.
Horde_Db_Adapter_Mysqli MySQL Improved Horde_Db_Adapter
Horde_Db_Adapter_Mysqli_Result This class represents the result set of a SELECT query from the MySQLi driver.
Horde_Db_Adapter_Oci8
Horde_Db_Adapter_Oracle_Column
Horde_Db_Adapter_Oracle_Result This class represents the result set of a SELECT query.
Horde_Db_Adapter_Oracle_Schema Class for Oracle-specific managing of database schemes and handling of SQL dialects and quoting.
Horde_Db_Adapter_Oracle_TableDefinition
Horde_Db_Adapter_Pdo_Base
Horde_Db_Adapter_Pdo_Mysql PDO_MySQL Horde_Db_Adapter
Horde_Db_Adapter_Pdo_Pgsql PDO_PostgreSQL Horde_Db_Adapter
Horde_Db_Adapter_Pdo_Result This class represents the result set of a SELECT query from the PDO drivers.
Horde_Db_Adapter_Pdo_Sqlite PDO_SQLite Horde_Db_Adapter
Horde_Db_Adapter_Postgresql_Column
Horde_Db_Adapter_Postgresql_Schema Class for PostgreSQL-specific managing of database schemes and handling of SQL dialects and quoting.
Horde_Db_Adapter_SplitRead The Horde_Db_Adapter_SplitRead:: class wraps two individual adapters to provide support for split read/write database setups.
Horde_Db_Adapter_Sqlite_Column
Horde_Db_Adapter_Sqlite_Schema Class for SQLite-specific managing of database schemes and handling of SQL dialects and quoting.
Horde_Db_Exception Db Exception class.
Horde_Db_Migration_Base
Horde_Db_Migration_Exception Db Exception class.
Horde_Db_Migration_Migrator
Horde_Db_SearchParser This class provides a parser which can construct an SQL WHERE clause from a Google-like search expression.
Horde_Db_StatementParser Class for parsing a stream into individual SQL statements.
Horde_Db_Value_Binary Encapsulation object for binary values to be used in SQL statements to ensure proper quoting, escaping, retrieval, etc.
Horde_Db_Value_Lob Encapsulation object for LOB values to be used in SQL statements to ensure proper quoting, escaping, retrieval, etc.
Horde_Db_Value_Text Encapsulation object for long text values to be used in SQL statements to ensure proper quoting, escaping, retrieval, etc.