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

Packages that use SQLErrorCodes
org.springframework.jdbc.support 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.support
 

Fields in org.springframework.jdbc.support declared as SQLErrorCodes
protected  SQLErrorCodes SQLErrorCodeSQLExceptionTranslator.sqlErrorCodes
          Error codes available to subclasses
 

Methods in org.springframework.jdbc.support that return SQLErrorCodes
 SQLErrorCodes SQLErrorCodesFactory.getErrorCodes(javax.sql.DataSource ds)
          Return SQLErrorCodes for the given DataSource, evaluating databaseProductName from DatabaseMetaData, or an empty error codes instance if no SQLErrorCodes were found.
 SQLErrorCodes SQLErrorCodesFactory.getErrorCodes(java.lang.String dbName)
          Return SQLErrorCodes instance for the given database.
 

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
 

Constructors in org.springframework.jdbc.support with parameters of type SQLErrorCodes
SQLErrorCodeSQLExceptionTranslator(SQLErrorCodes sec)
          Create a SQLErrorCode translator given these error codes.
 



Copyright (C) 2003-2004 The Spring Framework Project.