Class StringTrimLeft3Method
- java.lang.Object
-
- org.datanucleus.store.rdbms.sql.method.StringTrim3Method
-
- org.datanucleus.store.rdbms.sql.method.StringTrimLeft3Method
-
- All Implemented Interfaces:
SQLMethod
public class StringTrimLeft3Method extends StringTrim3Method
Method for evaluating {strExpr1}.trimLeft() or "TRIM(LEADING trimChar FROM strExpr1)". Returns a StrignExpression that equates toTRIM([[LEADING] [{trim_char}] FROM] strExpr)
-
-
Constructor Summary
Constructors Constructor Description StringTrimLeft3Method()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
getTrimSpecKeyword()
-
Methods inherited from class org.datanucleus.store.rdbms.sql.method.StringTrim3Method
getExpression
-
-
-
-
Method Detail
-
getTrimSpecKeyword
protected String getTrimSpecKeyword()
- Overrides:
getTrimSpecKeyword
in classStringTrim3Method
-
-