org.datanucleus.store.rdbms.sql.method
Class DateGetMinute2Method
java.lang.Object
org.datanucleus.store.rdbms.sql.method.AbstractSQLMethod
org.datanucleus.store.rdbms.sql.method.DateGetMinute2Method
- All Implemented Interfaces:
- SQLMethod
public class DateGetMinute2Method
- extends AbstractSQLMethod
Method for evaluating {dateExpr}.getMinute().
Returns a NumericExpression that equates to
TO_NUMBER(TO_CHAR(dateExpr, "MI"))
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DateGetMinute2Method
public DateGetMinute2Method()
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
Copyright © 2012. All Rights Reserved.