MDB2_Schema
[ class tree: MDB2_Schema ] [ index: MDB2_Schema ] [ all elements ]

Class: MDB2_Schema_Error

Source Location: /MDB2_Schema-0.4.0/MDB2/Schema.php

Class Overview

PEAR_Error
   |
   --MDB2_Schema_Error

MDB2_Schema_Error implements a class for reporting portable database error messages.


Author(s):

Methods


Inherited Variables

Inherited Methods


Class Details

[line 2121]
MDB2_Schema_Error implements a class for reporting portable database error messages.


[ Top ]


Method Detail

MDB2_Schema_Error (Constructor)   [line 2132]

MDB2_Schema_Error MDB2_Schema_Error( [mixed $code = MDB2_SCHEMA_ERROR], [integer $mode = PEAR_ERROR_RETURN], [integer $level = E_USER_NOTICE], [smixed $debuginfo = null])

MDB2_Schema_Error constructor.

Parameters:

mixed   $code     MDB error code, or string with error message.
integer   $mode     what 'error mode' to operate in
integer   $level     what error level to use for $mode & PEAR_ERROR_TRIGGER
smixed   $debuginfo     additional debug info, such as the last query

[ Top ]


Documentation generated on Wed, 21 Dec 2005 06:33:17 -0500 by phpDocumentor 1.2.3. PEAR Logo Copyright © PHP Group 2004.