类 AnsiTrimFunction
- java.lang.Object
-
- org.hibernate.dialect.function.TrimFunctionTemplate
-
- org.hibernate.dialect.function.AnsiTrimFunction
-
- 所有已实现的接口:
SQLFunction
public class AnsiTrimFunction extends TrimFunctionTemplate
Defines support for rendering according to ANSI SQL TRIM function specification.- 作者:
- Steve Ebersole
-
-
嵌套类概要
-
从类继承的嵌套类/接口 org.hibernate.dialect.function.TrimFunctionTemplate
TrimFunctionTemplate.Options, TrimFunctionTemplate.Specification
-
-
构造器概要
构造器 构造器 说明 AnsiTrimFunction()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 protected Stringrender(TrimFunctionTemplate.Options options, String trimSource, SessionFactoryImplementor factory)-
从类继承的方法 org.hibernate.dialect.function.TrimFunctionTemplate
getReturnType, hasArguments, hasParenthesesIfNoArguments, render
-
-
-
-
方法详细资料
-
render
protected String render(TrimFunctionTemplate.Options options, String trimSource, SessionFactoryImplementor factory)
- 指定者:
render在类中TrimFunctionTemplate
-
-