|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Object
|
+--org.j2ee.dao.errors.AbstractErrorMapper
|
+--org.j2ee.dao.errors.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 $
AbstractErrorMapper,
DAOErrorHandler| Constructor Summary | |
|---|---|
DB2ErrorMapper()
|
|
| Method Summary | |
|---|---|
int |
DBErrorConvert(int error)
It will resolve problem of incompatibility of the error coded returned by different Database vendors. |
| Methods inherited from class org.j2ee.dao.errors.AbstractErrorMapper |
|---|
DBErrorMapper |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DB2ErrorMapper()
| Method Detail |
public int DBErrorConvert(int error)
DBErrorConvert in class AbstractErrorMapperfor a complete list of error code to return
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||