Class StringTrimRightMethod
java.lang.Object
org.datanucleus.store.rdbms.sql.method.SimpleStringMethod
org.datanucleus.store.rdbms.sql.method.StringTrimRightMethod
- All Implemented Interfaces:
SQLMethod
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})".
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.datanucleus.store.rdbms.sql.method.SimpleStringMethod
getExpression
-
Constructor Details
-
StringTrimRightMethod
public StringTrimRightMethod()
-
-
Method Details
-
getFunctionName
- Specified by:
getFunctionName
in classSimpleStringMethod
-