Class MicrosecondFunction
java.lang.Object
com.blazebit.persistence.impl.function.datetime.microsecond.MicrosecondFunction
- All Implemented Interfaces:
JpqlFunction
- Direct Known Subclasses:
DB2MicrosecondFunction,MSSQLMicrosecondFunction,MySQLMicrosecondFunction,OracleMicrosecondFunction,PostgreSQLMicrosecondFunction,SybaseMicrosecondFunction
- 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
-
MicrosecondFunction
public MicrosecondFunction() -
MicrosecondFunction
-
-
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
-