Class IsoWeekFunction
java.lang.Object
com.blazebit.persistence.impl.function.datetime.isoweek.IsoWeekFunction
- All Implemented Interfaces:
JpqlFunction
- Direct Known Subclasses:
AccessIsoWeekFunction,DB2IsoWeekFunction,H2IsoWeekFunction,MSSQLIsoWeekFunction,MySQLIsoWeekFunction,OracleIsoWeekFunction,PostgreSQLIsoWeekFunction,SqliteIsoWeekFunction,SybaseIsoWeekFunction
- 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
-
IsoWeekFunction
public IsoWeekFunction() -
IsoWeekFunction
-
-
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
-