Uses of Class
org.springframework.jdbc.support.SQLErrorCodes

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
SQLErrorCodesSQLErrorCodesFactory.getErrorCodes(String dbName)
          Return SQLErrorCodes instance for the given database.
SQLErrorCodesSQLErrorCodesFactory.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
voidSQLErrorCodeSQLExceptionTranslator.setSqlErrorCodes(SQLErrorCodes sec)
          Set custom error codes to be used for translation