Classes summary
Zend_Db_Statement |
Abstract class to emulate a PDOStatement for native database adapters. |
Zend_Db_Statement_Db2 |
Extends for DB2 native adapter. |
Zend_Db_Statement_Mysqli |
Extends for Mysqli |
Zend_Db_Statement_Oracle |
Extends for Oracle. |
Zend_Db_Statement_Pdo |
Proxy class to wrap a PDOStatement object. Matches the interface of
PDOStatement. All methods simply proxy to the matching method in PDOStatement.
PDOExceptions thrown by PDOStatement are re-thrown as
Zend_Db_Statement_Exception. |
Zend_Db_Statement_Pdo_Ibm |
Proxy class to wrap a PDOStatement object for IBM Databases. Matches the
interface of PDOStatement. All methods simply proxy to the matching method in
PDOStatement. PDOExceptions thrown by PDOStatement are re-thrown as
Zend_Db_Statement_Exception. |
Zend_Db_Statement_Pdo_Oci |
Proxy class to wrap a PDOStatement object for IBM Databases. Matches the
interface of PDOStatement. All methods simply proxy to the matching method in
PDOStatement. PDOExceptions thrown by PDOStatement are re-thrown as
Zend_Db_Statement_Exception. |
Zend_Db_Statement_Sqlsrv |
Extends for Microsoft SQL Server Driver for PHP |