站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 2.1.8 正式版 API 英文文档

StandardSQLFunction (Hibernate API Documentation) - Hibernate 2.1.8 正式版 API 英文文档


net.sf.hibernate.dialect
Class StandardSQLFunction

java.lang.Object
  extended bynet.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

Constructor Summary
StandardSQLFunction()
           
StandardSQLFunction(Type typeValue)
           
 
Method Summary
 Type getReturnType(Type columnType, Mapping mapping)
           
 boolean hasArguments()
           
 boolean hasParenthesesIfNoArguments()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandardSQLFunction

public StandardSQLFunction()

StandardSQLFunction

public StandardSQLFunction(Type typeValue)
Method Detail

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