站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Spring Framework 2.0.5 API 文档英文版

Uses of Class org.springframework.jdbc.support.CustomSQLErrorCodesTranslation (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

The Spring Framework

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

Packages that use CustomSQLErrorCodesTranslation
org.springframework.jdbc.support Support classes for the JDBC framework, used by the classes in the jdbc.core and jdbc.object packages. 
 

Uses of CustomSQLErrorCodesTranslation in org.springframework.jdbc.support
 

Methods in org.springframework.jdbc.support that return CustomSQLErrorCodesTranslation
 CustomSQLErrorCodesTranslation[] SQLErrorCodes.getCustomTranslations()
           
 

Methods in org.springframework.jdbc.support with parameters of type CustomSQLErrorCodesTranslation
 void SQLErrorCodes.setCustomTranslations(CustomSQLErrorCodesTranslation[] customTranslations)
           
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.