Class: MySQLError

Source Location: /CORE/system/classes/sql/SimpleMySQLConnection.php

Class MySQLError

Class Overview
Method Summary
MySQLError   MySQLError()  
mixed   getMessage()   Gets the error message
int   getNumber()   Returns the error number

[ Top ]
Methods
Constructor MySQLError  [line 196]

  MySQLError MySQLError( $number, $msg  )

Parameters:
   $number: 
   $msg: 


[ Top ]
getMessage  [line 213]

  mixed getMessage( )

Gets the error message


API Tags:
Return:  the error message


[ Top ]
getNumber  [line 205]

  int getNumber( )

Returns the error number


API Tags:
Return:  the database specific error number


[ Top ]