org.datanucleus.store.rdbms.sql.method
Class StringTrimLeft3Method

java.lang.Object
  extended by org.datanucleus.store.rdbms.sql.method.AbstractSQLMethod
      extended by org.datanucleus.store.rdbms.sql.method.StringTrim3Method
          extended by 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 to

TRIM([[LEADING] [] FROM] strExpr)


Field Summary
 
Fields inherited from class org.datanucleus.store.rdbms.sql.method.AbstractSQLMethod
clr, exprFactory, LOCALISER, stmt
 
Constructor Summary
StringTrimLeft3Method()
           
 
Method Summary
protected  String getTrimSpecKeyword()
           
 
Methods inherited from class org.datanucleus.store.rdbms.sql.method.StringTrim3Method
getExpression
 
Methods inherited from class org.datanucleus.store.rdbms.sql.method.AbstractSQLMethod
getMappingForClass, setStatement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringTrimLeft3Method

public StringTrimLeft3Method()
Method Detail

getTrimSpecKeyword

protected String getTrimSpecKeyword()
Overrides:
getTrimSpecKeyword in class StringTrim3Method


Copyright © 2012. All Rights Reserved.