org.datanucleus.store.rdbms.sql.method
Class StringTrim3Method
java.lang.Object
org.datanucleus.store.rdbms.sql.method.AbstractSQLMethod
org.datanucleus.store.rdbms.sql.method.StringTrim3Method
- All Implemented Interfaces:
- SQLMethod
- Direct Known Subclasses:
- StringTrimLeft3Method, StringTrimRight3Method
public class StringTrim3Method
- extends AbstractSQLMethod
Method for evaluating {strExpr1}.trim() or "TRIM(BOTH trimChar FROM strExpr1)".
Returns a StrignExpression that equates to
TRIM([[BOTH] [] FROM] strExpr)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StringTrim3Method
public StringTrim3Method()
getExpression
public SQLExpression getExpression(SQLExpression expr,
List args)
- Description copied from interface:
SQLMethod
- Return the expression for this SQL function.
- Parameters:
expr - The expression that it is invoked onargs - Arguments passed in
- Returns:
- The SQL expression using the SQL function
getTrimSpecKeyword
protected String getTrimSpecKeyword()
Copyright © 2012. All Rights Reserved.