Java org.springframework.jdbc.support SQLErrorCodesFactory fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.jdbc.support SQLErrorCodesFactory fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.jdbc.support SQLErrorCodesFactory.

The text is from its open source code.

Constructor

SQLErrorCodesFactory()
Create a new instance of the SQLErrorCodesFactory class.

Method

SQLErrorCodesgetErrorCodes(String databaseName)
Return the SQLErrorCodes instance for the given database.
SQLErrorCodesgetErrorCodes(DataSource dataSource)
Return SQLErrorCodes for the given DataSource , evaluating "databaseProductName" from the java.sql.DatabaseMetaData , or an empty error codes instance if no SQLErrorCodes were found.
SQLErrorCodesFactorygetInstance()
Return the singleton instance.