读书人

Hibernate 中 SQLFunction 种的翻译

发布时间: 2012-08-22 09:50:34 作者: rapoo

Hibernate 中 SQLFunction 类的翻译

org.hibernate.dialect.function
Interface SQLFunctionAll Known Implementing Classes: AbstractAnsiTrimEmulationFunction, AnsiTrimEmulationFunction, CastFunction, CharIndexFunction, ClassicAvgFunction, ClassicCountFunction, ClassicSumFunction, ConditionalParenthesisFunction, ConvertFunction, DerbyConcatFunction, DerbyDialect.DerbyTrimFunctionEmulation, NoArgSQLFunction, NvlFunction, PositionSubstringFunction, SQLFunctionTemplate, StandardJDBCEscapeFunction, StandardSQLFunction, VarArgsSQLFunction
public interface SQLFunction

Provides support routines(常规)?for the HQL functions as used in the various(不同的)?SQL Dialects Provides an interface for supporting?various(不同的)?HQL functions that are translated?to SQL. The Dialect and its sub-classes use this interface to provide details required(必须的)?for processing(处理)?of the function.

?

?

Author: David Channon?

读书人网 >SQL Server

热点推荐