Class Summary |
AbstractErrorMapper |
This abstrac class is used to convert a database dependant representation of
SQL Error Code to a list of known error codes defined into the interface DAOErrorHandler
Last modified $Date: 2004/05/18 10:50:14 $ |
DB2ErrorMapper |
This is concrete implementation for the class
AbstractErrorMapper for DB2 database
provide the transalation method betwen DB2 error codes to the DAOErrorHandler error code list
Last modified $Date: 2004/05/18 10:50:14 $ |
ErrorMapperFactory |
Factory used to get a concrete ErrorMapper implementation
Last modified $Date: 2004/05/18 10:50:14 $ |
HSQLErrorMapper |
This is concrete implementation for the class
AbstractErrorMapper for HSQL database
provide the transalation method betwen HSQL error codes to the DAOErrorHandler error code list |
OracleErrorMapper |
This is concrete implementation for the class
AbstractErrorMapper for Oracle database
provide the transalation method betwen Oracle error codes to the DAOErrorHandler error code list
Last modified $Date: 2004/05/18 10:50:14 $ |