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