Class StringTrimRightMethod

java.lang.Object
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})".
  • Constructor Details

    • StringTrimRightMethod

      public StringTrimRightMethod()
  • Method Details