org.hibernate.dialect.function
Class AnsiTrimFunction
java.lang.Object
org.hibernate.dialect.function.TrimFunctionTemplate
org.hibernate.dialect.function.AnsiTrimFunction
- All Implemented Interfaces:
- SQLFunction
public class AnsiTrimFunction
- extends TrimFunctionTemplate
Defines support for rendering according to ANSI SQL TRIM function specification.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnsiTrimFunction
public AnsiTrimFunction()
render
protected String render(TrimFunctionTemplate.Options options,
String trimSource,
SessionFactoryImplementor factory)
- Specified by:
render
in class TrimFunctionTemplate
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.