org.datanucleus.store.rdbms.sql.method
Class StringTrimRightMethod
java.lang.Object
org.datanucleus.store.rdbms.sql.method.AbstractSQLMethod
org.datanucleus.store.rdbms.sql.method.SimpleStringMethod
org.datanucleus.store.rdbms.sql.method.StringTrimRightMethod
- All Implemented Interfaces:
- SQLMethod
public class StringTrimRightMethod
- extends SimpleStringMethod
Expression handler to invoke the SQL RTRIM function.
For use in evaluating StringExpression.trim() (but only from right) where the RDBMS supports this function.
Returns a StringExpression "RTRIM({stringExpr})".
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StringTrimRightMethod
public StringTrimRightMethod()
getFunctionName
protected String getFunctionName()
- Specified by:
getFunctionName in class SimpleStringMethod
Copyright © 2012. All Rights Reserved.