Class TemporalBaseMethod
- java.lang.Object
-
- org.datanucleus.store.rdbms.sql.method.TemporalBaseMethod
-
- All Implemented Interfaces:
SQLMethod
- Direct Known Subclasses:
TemporalDayMethod,TemporalDayMethod2,TemporalDayMethod3,TemporalDayMethod4,TemporalDayMethod5,TemporalDayOfWeekMethod,TemporalDayOfWeekMethod2,TemporalDayOfWeekMethod3,TemporalDayOfWeekMethod4,TemporalDayOfWeekMethod5,TemporalDayOfWeekMethod6,TemporalDayOfWeekMethod7,TemporalDayOfYearMethod,TemporalHourMethod,TemporalHourMethod2,TemporalHourMethod3,TemporalHourMethod4,TemporalHourMethod5,TemporalHourMethod6,TemporalIsoWeekMethod,TemporalIsoYearMethod,TemporalMilliSecondMethod,TemporalMinuteMethod,TemporalMinuteMethod2,TemporalMinuteMethod3,TemporalMinuteMethod4,TemporalMinuteMethod5,TemporalMinuteMethod6,TemporalMonthJavaMethod,TemporalMonthJavaMethod2,TemporalMonthJavaMethod3,TemporalMonthJavaMethod4,TemporalMonthJavaMethod5,TemporalMonthMethod,TemporalMonthMethod2,TemporalMonthMethod3,TemporalMonthMethod4,TemporalMonthMethod5,TemporalQuarterMethod,TemporalQuarterMethod2,TemporalQuarterMethod3,TemporalQuarterMethod4,TemporalQuarterMethod5,TemporalSecondMethod,TemporalSecondMethod2,TemporalSecondMethod3,TemporalSecondMethod4,TemporalSecondMethod5,TemporalSecondMethod6,TemporalSecondMethod7,TemporalWeekMethod,TemporalWeekMethod2,TemporalWeekMethod3,TemporalWeekMethod4,TemporalWeekMethod5,TemporalWeekMethod6,TemporalYearMethod,TemporalYearMethod2,TemporalYearMethod3,TemporalYearMethod4,TemporalYearMethod5
public abstract class TemporalBaseMethod extends Object implements SQLMethod
Base for all temporal methods.
-
-
Constructor Summary
Constructors Constructor Description TemporalBaseMethod()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SQLExpressiongetInvokedExpression(SQLExpression expr, List<SQLExpression> args, String methodName)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.datanucleus.store.rdbms.sql.method.SQLMethod
getExpression
-
-
-
-
Method Detail
-
getInvokedExpression
public SQLExpression getInvokedExpression(SQLExpression expr, List<SQLExpression> args, String methodName)
-
-