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

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

Introduction

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

The text is from its open source code.

Subclass

org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator has subclasses.
Click this link to see all its subclasses.

Constructor

SQLErrorCodeSQLExceptionTranslator(DataSource dataSource)
Create a SQL error code translator for the given DataSource.
SQLErrorCodeSQLExceptionTranslator(String dbName)
Create a SQL error code translator for the given database product name.
SQLErrorCodeSQLExceptionTranslator(SQLErrorCodes sec)
Create a SQLErrorCode translator given these error codes.
SQLErrorCodeSQLExceptionTranslator()
Constructor for use as a JavaBean.

Method

voidsetDatabaseProductName(String dbName)
Set the database product name for this translator.
voidsetDataSource(DataSource dataSource)
Set the DataSource for this translator.