当前页面:
在线文档首页 >
Hibernate 2.1.8 正式版 API 英文文档
StandardSQLFunction (Hibernate API Documentation) - Hibernate 2.1.8 正式版 API 英文文档
net.sf.hibernate.dialect
Class StandardSQLFunction
java.lang.Object
net.sf.hibernate.dialect.StandardSQLFunction
- All Implemented Interfaces:
- SQLFunction
- public class StandardSQLFunction
- extends Object
- implements SQLFunction
Provides a standard implementation that supports the majority of the HQL
functions that are translated to SQL. The Dialect and its sub-classes use
this class to provide details required for processing of the associated
function.
- Author:
- David Channon
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StandardSQLFunction
public StandardSQLFunction()
StandardSQLFunction
public StandardSQLFunction(Type typeValue)
getReturnType
public Type getReturnType(Type columnType,
Mapping mapping)
- Specified by:
getReturnType
in interface SQLFunction
hasArguments
public boolean hasArguments()
- Specified by:
hasArguments
in interface SQLFunction
hasParenthesesIfNoArguments
public boolean hasParenthesesIfNoArguments()
- Specified by:
hasParenthesesIfNoArguments
in interface SQLFunction