Class StringTrimLeftMethod

java.lang.Object
org.datanucleus.store.rdbms.sql.method.SimpleStringMethod
org.datanucleus.store.rdbms.sql.method.StringTrimLeftMethod
All Implemented Interfaces:
SQLMethod

public class StringTrimLeftMethod extends SimpleStringMethod
Expression handler to invoke the SQL LTRIM function. For use in evaluating StringExpression.trim() (but only from left) where the RDBMS supports this function. Returns a StringExpression "LTRIM({stringExpr})".
  • Constructor Details

    • StringTrimLeftMethod

      public StringTrimLeftMethod()
  • Method Details