Class OracleMicrosecondDiffFunction
java.lang.Object
com.blazebit.persistence.impl.function.datediff.DateDiffFunction
com.blazebit.persistence.impl.function.datediff.microsecond.MicrosecondDiffFunction
com.blazebit.persistence.impl.function.datediff.microsecond.OracleMicrosecondDiffFunction
- All Implemented Interfaces:
JpqlFunction
Inspired by http://stackoverflow.com/questions/22606161/difference-between-timestamps-in-milliseconds-in-oracle
- Since:
- 1.4.0
- Author:
- Jan-Willem Gmelig Meyling
-
Field Summary
Fields inherited from class com.blazebit.persistence.impl.function.datediff.DateDiffFunction
renderer -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.blazebit.persistence.impl.function.datediff.microsecond.MicrosecondDiffFunction
getReturnTypeMethods inherited from class com.blazebit.persistence.impl.function.datediff.DateDiffFunction
hasArguments, hasParenthesesIfNoArguments, render
-
Constructor Details
-
OracleMicrosecondDiffFunction
public OracleMicrosecondDiffFunction()
-
-
Method Details
-
renderDiff
- Overrides:
renderDiffin classDateDiffFunction
-