Uses of Class
org.springframework.jdbc.support.SQLErrorCodes
Packages that use SQLErrorCodes
Package
Description
Support classes for the JDBC framework, used by the classes in the
 jdbc.core and jdbc.object packages.
- 
Uses of SQLErrorCodes in org.springframework.jdbc.supportMethods in org.springframework.jdbc.support that return SQLErrorCodesModifier and TypeMethodDescriptionSQLErrorCodesFactory.getErrorCodes(String databaseName) Return theSQLErrorCodesinstance for the given database.SQLErrorCodesFactory.getErrorCodes(DataSource dataSource) ReturnSQLErrorCodesfor the givenDataSource, evaluating "databaseProductName" from theDatabaseMetaData, or an empty error codes instance if noSQLErrorCodeswere found.SQLErrorCodeSQLExceptionTranslator.getSqlErrorCodes()Return the error codes used by this translator.SQLErrorCodesFactory.registerDatabase(DataSource dataSource, String databaseName) Associate the specified database name with the givenDataSource.SQLErrorCodesFactory.resolveErrorCodes(DataSource dataSource) ReturnSQLErrorCodesfor the givenDataSource, evaluating "databaseProductName" from theDatabaseMetaData, ornullif case of a JDBC meta-data access problem.SQLErrorCodesFactory.unregisterDatabase(DataSource dataSource) Clear the cache for the specifiedDataSource, if registered.Methods in org.springframework.jdbc.support with parameters of type SQLErrorCodesModifier and TypeMethodDescriptionvoidSQLErrorCodeSQLExceptionTranslator.setSqlErrorCodes(SQLErrorCodes sec) Set custom error codes to be used for translation.Constructors in org.springframework.jdbc.support with parameters of type SQLErrorCodesModifierConstructorDescriptionCreate an SQLErrorCode translator given these error codes.