Class PagePositionFunction
java.lang.Object
com.blazebit.persistence.impl.function.pageposition.PagePositionFunction
- All Implemented Interfaces:
JpqlFunction
- Direct Known Subclasses:
MySQLPagePositionFunction,OraclePagePositionFunction,TransactSQLPagePositionFunction
- Since:
- 1.0.0
- Author:
- Christian Beikov
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<?>getReturnType(Class<?> firstArgumentType) protected Stringbooleanbooleanvoidrender(FunctionRenderContext context) protected voidrenderPagePosition(FunctionRenderContext functionRenderContext, String idName)
-
Field Details
-
FUNCTION_NAME
- See Also:
-
renderer
-
-
Constructor Details
-
PagePositionFunction
public PagePositionFunction() -
PagePositionFunction
-
-
Method Details
-
getRownumFunction
-
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
-
renderPagePosition
-