Class DayOfYearFunction
java.lang.Object
com.blazebit.persistence.impl.function.datetime.dayofyear.DayOfYearFunction
- All Implemented Interfaces:
JpqlFunction
- Direct Known Subclasses:
AccessDayOfYearFunction,DB2DayOfWeekFunction,DB2DayOfYearFunction,DB2IsoDayOfWeekFunction,MSSQLDayOfYearFunction,MySQLDayOfWeekFunction,MySQLDayOfYearFunction,MySQLIsoDayOfWeekFunction,OracleDayOfYearFunction,PostgreSQLDayOfYearFunction,SqliteDayOfYearFunction,SybaseDayOfYearFunction
- Since:
- 1.4.0
- Author:
- Jan-Willem Gmelig Meyling
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<?>getReturnType(Class<?> firstArgumentType) booleanbooleanvoidrender(FunctionRenderContext context)
-
Constructor Details
-
DayOfYearFunction
public DayOfYearFunction() -
DayOfYearFunction
-
-
Method Details
-
hasArguments
public boolean hasArguments()- Specified by:
hasArgumentsin interfaceJpqlFunction
-
hasParenthesesIfNoArguments
public boolean hasParenthesesIfNoArguments()- Specified by:
hasParenthesesIfNoArgumentsin interfaceJpqlFunction
-
getReturnType
- Specified by:
getReturnTypein interfaceJpqlFunction
-
render
- Specified by:
renderin interfaceJpqlFunction
-