Uses of Class
com.blazebit.persistence.impl.function.window.AbstractWindowFunction.WindowFunction
Packages that use AbstractWindowFunction.WindowFunction
Package
Description
-
Uses of AbstractWindowFunction.WindowFunction in com.blazebit.persistence.impl.function.window
Methods in com.blazebit.persistence.impl.function.window with type parameters of type AbstractWindowFunction.WindowFunctionModifier and TypeMethodDescriptionprotected <T extends AbstractWindowFunction.WindowFunction>
TAbstractWindowFunction.getWindowFunction(FunctionRenderContext context, T function, int startIndex) Methods in com.blazebit.persistence.impl.function.window that return AbstractWindowFunction.WindowFunctionModifier and TypeMethodDescriptionprotected AbstractWindowFunction.WindowFunctionAbstractWindowFunction.getWindowFunction(FunctionRenderContext context) Methods in com.blazebit.persistence.impl.function.window with parameters of type AbstractWindowFunction.WindowFunctionModifier and TypeMethodDescriptionprotected Enum<?>AbstractWindowFunction.processArgument(Enum<?> mode, AbstractWindowFunction.WindowFunction windowFunction, String argument) protected voidAbstractWindowFunction.render(FunctionRenderContext context, AbstractWindowFunction.WindowFunction windowFunction) protected voidAbstractWindowFunction.renderArgument(FunctionRenderContext context, AbstractWindowFunction.WindowFunction windowFunction, String caseWhenPre, String caseWhenPost, String argument, int argumentIndex) protected voidAbstractWindowFunction.renderArguments(FunctionRenderContext context, AbstractWindowFunction.WindowFunction windowFunction) protected voidAbstractWindowFunction.renderFrame(FunctionRenderContext context, AbstractWindowFunction.WindowFunction windowFunction) protected voidAbstractWindowFunction.renderFunction(FunctionRenderContext context, AbstractWindowFunction.WindowFunction windowFunction) -
Uses of AbstractWindowFunction.WindowFunction in com.blazebit.persistence.impl.function.window.count
Methods in com.blazebit.persistence.impl.function.window.count with parameters of type AbstractWindowFunction.WindowFunctionModifier and TypeMethodDescriptionprotected voidCountFunction.renderArguments(FunctionRenderContext context, AbstractWindowFunction.WindowFunction windowFunction) -
Uses of AbstractWindowFunction.WindowFunction in com.blazebit.persistence.impl.function.window.groupconcat
Subclasses of AbstractWindowFunction.WindowFunction in com.blazebit.persistence.impl.function.window.groupconcatModifier and TypeClassDescriptionprotected static final classMethods in com.blazebit.persistence.impl.function.window.groupconcat with parameters of type AbstractWindowFunction.WindowFunctionModifier and TypeMethodDescriptionprotected Enum<?>AbstractGroupConcatWindowFunction.processArgument(Enum<?> mode, AbstractWindowFunction.WindowFunction windowFunction, String argument) protected voidDB2GroupConcatWindowFunction.renderArguments(FunctionRenderContext context, AbstractWindowFunction.WindowFunction windowFunction) protected voidH2GroupConcatWindowFunction.renderArguments(FunctionRenderContext context, AbstractWindowFunction.WindowFunction windowFunction) protected voidMySQLGroupConcatWindowFunction.renderArguments(FunctionRenderContext context, AbstractWindowFunction.WindowFunction windowFunction) protected voidOracleListaggGroupConcatWindowFunction.renderArguments(FunctionRenderContext context, AbstractWindowFunction.WindowFunction windowFunction) protected voidPostgreSQLGroupConcatWindowFunction.renderArguments(FunctionRenderContext context, AbstractWindowFunction.WindowFunction windowFunction) -
Uses of AbstractWindowFunction.WindowFunction in com.blazebit.persistence.impl.function.window.lag
Methods in com.blazebit.persistence.impl.function.window.lag with parameters of type AbstractWindowFunction.WindowFunctionModifier and TypeMethodDescriptionprotected voidLagFunction.renderArgument(FunctionRenderContext context, AbstractWindowFunction.WindowFunction windowFunction, String caseWhenPre, String caseWhenPost, String argument, int argumentIndex) -
Uses of AbstractWindowFunction.WindowFunction in com.blazebit.persistence.impl.function.window.lead
Methods in com.blazebit.persistence.impl.function.window.lead with parameters of type AbstractWindowFunction.WindowFunctionModifier and TypeMethodDescriptionprotected voidLeadFunction.renderArgument(FunctionRenderContext context, AbstractWindowFunction.WindowFunction windowFunction, String caseWhenPre, String caseWhenPost, String argument, int argumentIndex) -
Uses of AbstractWindowFunction.WindowFunction in com.blazebit.persistence.impl.function.window.row
Methods in com.blazebit.persistence.impl.function.window.row with parameters of type AbstractWindowFunction.WindowFunctionModifier and TypeMethodDescriptionprotected voidRowNumberFunction.renderArguments(FunctionRenderContext context, AbstractWindowFunction.WindowFunction windowFunction)