Overview

Packages

  • Auth
  • Config
  • Controller
  • Date
  • Db
  • Feed
    • Abstract
    • Writers
  • File
    • Decorator
  • Form
    • Element
  • Image
  • Log
    • Writer
  • Net
    • Exception
    • REST
  • None
  • PHP
  • PHPMailer
  • Session
  • Util
  • Validate
    • Validator
  • Zend
    • Db
      • Adapter
      • Expr
      • Profiler
      • Select
      • Statement
      • Table
    • Loader
      • Autoloader
      • PluginLoader
    • Registry

Classes

  • Zend_Db_Statement
  • Zend_Db_Statement_Db2
  • Zend_Db_Statement_Mysqli
  • Zend_Db_Statement_Oracle
  • Zend_Db_Statement_Pdo
  • Zend_Db_Statement_Pdo_Ibm
  • Zend_Db_Statement_Pdo_Oci
  • Zend_Db_Statement_Sqlsrv

Interfaces

  • Zend_Db_Statement_Interface

Exceptions

  • Zend_Db_Statement_Db2_Exception
  • Zend_Db_Statement_Exception
  • Zend_Db_Statement_Mysqli_Exception
  • Zend_Db_Statement_Oracle_Exception
  • Zend_Db_Statement_Sqlsrv_Exception
  • Overview
  • Package
  • Class
  • Tree

Class Zend_Db_Statement_Exception

Zend_Db_Statement_Exception

Exception
Extended by Zend_Exception
Extended by Zend_Db_Exception
Extended by Zend_Db_Statement_Exception

Direct known subclasses

Zend_Db_Statement_Db2_Exception, Zend_Db_Statement_Mysqli_Exception, Zend_Db_Statement_Oracle_Exception, Zend_Db_Statement_Sqlsrv_Exception
Package: Zend\Db\Statement
Category: Zend
Copyright: Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
License: New BSD License
Located at Zend/Db/Statement/Exception.php
Methods summary
public boolean
# hasChainedException( )

Check if this general exception has a specific database driver specific exception nested inside.

Check if this general exception has a specific database driver specific exception nested inside.

Returns

boolean
public Exception|null
# getChainedException( )

Returns

Exception|null
Methods inherited from Zend_Exception
__call(), __construct(), __toString(), _getPrevious()
Methods inherited from Exception
getCode(), getFile(), getLine(), getMessage(), getPrevious(), getTrace(), getTraceAsString()
Properties inherited from Exception
$code, $file, $line, $message
Pry Framework API documentation generated by ApiGen 2.6.1