|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use SQLExceptionHandler | |
| org.jcreme.sql | |
| Uses of SQLExceptionHandler in org.jcreme.sql |
| Classes in org.jcreme.sql that implement SQLExceptionHandler | |
class |
DefaultSQLExceptionHandler
This generic class enables to handle SQLExceptions. |
class |
SQLExceptionHandlerDB2
This SQLExceptionHandler is specific to DB2. |
class |
SQLExceptionHandlerOracle
This SQLExceptionHandler is specific to Oracle. |
class |
SQLExceptionHandlerSybase
This SQLExceptionHandler is specific to Sybase. |
| Methods in org.jcreme.sql that return SQLExceptionHandler | |
SQLExceptionHandler |
SQLExceptionHandlerFactory.buildSQLExceptionHandler(java.lang.String productName)
Builds a new instance of the SQLExceptionHandler class associated to the product name. |
SQLExceptionHandler |
WrappedConnection.getExceptionHandler()
Gives access to the Exception handler that is used by this Connection. |
| Methods in org.jcreme.sql with parameters of type SQLExceptionHandler | |
void |
WrappedConnection.setExceptionHandler(SQLExceptionHandler handler)
Sets the Exception Handler for this connection. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||