Interface: DBError

Source Location: /CORE/system/api/sql/DBError.php

Interface DBError

Interface Overview

A database error.

Located in /CORE/system/api/sql/DBError.php [line 36]



		
				Author(s):
		
  • Kevin Papst
Information Tags:
Version:  $Id: DBError.php,v 1.1 2008/12/30 21:28:45 kpapst Exp $
Copyright:  Copyright (C) Kevin Papst
License:  GNU Public License

Methods

[ Top ]
Method Summary
mixed   getMessage()   Gets the error message
int   getNumber()   Returns the error number

[ Top ]
Methods
getMessage  [line 49]

  mixed getMessage( )

Gets the error message


API Tags:
Return:  the error message


[ Top ]
getNumber  [line 43]

  int getNumber( )

Returns the error number


API Tags:
Return:  the database specific error number


[ Top ]