Class Zend_Db_Statement_Sqlsrv_Exception

Description
  • copyright: Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
  • license: New BSD License

Located in /Db/Statement/Sqlsrv/Exception.php (line 34)

Exception
   |
   --Zend_Exception
      |
      --Zend_Db_Exception
         |
         --Zend_Db_Statement_Exception
            |
            --Zend_Db_Statement_Sqlsrv_Exception
Method Summary
 Zend_Db_Statement_Sqlsrv_Exception __construct ([null|array|string $message = null], [null|int $code = 0])
Variables

Inherited Variables

Inherited from Exception (Internal Class)

$code
$file
$line
$message
$string
$trace
Methods
Constructor __construct (line 46)

Constructor

If $message is an array, the assumption is that the return value of sqlsrv_errors() was provided. If so, it then retrieves the most recent error from that stack, and sets the message and code based on it.

  • access: public
Zend_Db_Statement_Sqlsrv_Exception __construct ([null|array|string $message = null], [null|int $code = 0])
  • null|array|string $message
  • null|int $code

Redefinition of:
Zend_Exception::__construct()
Construct the exception

Inherited Methods

Inherited From Zend_Db_Statement_Exception

 Zend_Db_Statement_Exception::getChainedException()
 Zend_Db_Statement_Exception::hasChainedException()

Inherited From Zend_Exception

 Zend_Exception::__construct()
 Zend_Exception::_getPrevious()
 Zend_Exception::__call()
 Zend_Exception::__toString()

Inherited From Exception (Internal Class)

 constructor __construct ( [$message = ], [$code = ] )
 getCode ( )
 getFile ( )
 getLine ( )
 getMessage ( )
 getTrace ( )
 getTraceAsString ( )
 __clone ( )
 __toString ( )

Documentation generated on Mon, 21 Jun 2010 15:21:02 -0400 by phpDocumentor 1.4.3