| |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SQLErrorCodes | |
org.springframework.jdbc.support |
Uses of SQLErrorCodes in org.springframework.jdbc.support |
Constructors in org.springframework.jdbc.support with parameters of type SQLErrorCodes | |
SQLErrorCodeSQLExceptionTranslator.SQLErrorCodeSQLExceptionTranslator(SQLErrorCodes sec) Create a SQLErrorCode translator given these error codes. |
Methods in org.springframework.jdbc.support that return SQLErrorCodes | |
SQLErrorCodes | SQLErrorCodesFactory.getErrorCodes(String dbName) Return SQLErrorCodes instance for the given database. |
SQLErrorCodes | SQLErrorCodesFactory.getErrorCodes(DataSource ds) Return SQLErrorCodes for the given DataSource, evaluating DatabaseProductName from DatabaseMetaData, or an empty error codes instance if no SQLErrorCodes were found. |
Methods in org.springframework.jdbc.support with parameters of type SQLErrorCodes | |
void | SQLErrorCodeSQLExceptionTranslator.setSqlErrorCodes(SQLErrorCodes sec) Set custom error codes to be used for translation |
| |||||||||
PREV NEXT | FRAMES NO FRAMES |