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

StandardJDBCEscapeFunction (Hibernate API Documentation) - Hibernate 3.2.3 正式版 API 英文文档


org.hibernate.dialect.function
Class StandardJDBCEscapeFunction

java.lang.Object
  extended byorg.hibernate.dialect.function.StandardSQLFunction
      extended byorg.hibernate.dialect.function.StandardJDBCEscapeFunction
All Implemented Interfaces:
SQLFunction

public class StandardJDBCEscapeFunction
extends StandardSQLFunction

Analogous to StandardSQLFunction except that standard JDBC escape sequences (i.e. {fn blah}) are used when rendering the SQL.

Author:
Steve Ebersole

Constructor Summary
StandardJDBCEscapeFunction(String name)
           
StandardJDBCEscapeFunction(String name, Type typeValue)
           
 
Method Summary
 String render(List args, SessionFactoryImplementor factory)
          Render the function call as SQL fragment.
 String toString()
           
 
Methods inherited from class org.hibernate.dialect.function.StandardSQLFunction
getName, getReturnType, getType, hasArguments, hasParenthesesIfNoArguments
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StandardJDBCEscapeFunction

public StandardJDBCEscapeFunction(String name)

StandardJDBCEscapeFunction

public StandardJDBCEscapeFunction(String name,
                                  Type typeValue)
Method Detail

render

public String render(List args,
                     SessionFactoryImplementor factory)
Description copied from class: StandardSQLFunction
Render the function call as SQL fragment.

Specified by:
render in interface SQLFunction
Overrides:
render in class StandardSQLFunction

toString

public String toString()
Overrides:
toString in class StandardSQLFunction