|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hibernate.dialect.function.TrimFunctionTemplate
org.hibernate.dialect.function.AnsiTrimFunction
public class AnsiTrimFunction
Defines support for rendering according to ANSI SQL TRIM function specification.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.hibernate.dialect.function.TrimFunctionTemplate |
---|
TrimFunctionTemplate.Options, TrimFunctionTemplate.Specification |
Constructor Summary | |
---|---|
AnsiTrimFunction()
|
Method Summary | |
---|---|
protected java.lang.String |
render(TrimFunctionTemplate.Options options,
java.lang.String trimSource,
SessionFactoryImplementor factory)
|
Methods inherited from class org.hibernate.dialect.function.TrimFunctionTemplate |
---|
getReturnType, hasArguments, hasParenthesesIfNoArguments, render |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AnsiTrimFunction()
Method Detail |
---|
protected java.lang.String render(TrimFunctionTemplate.Options options, java.lang.String trimSource, SessionFactoryImplementor factory)
render
in class TrimFunctionTemplate
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |