Uses of Enum
com.blazebit.persistence.parser.expression.WindowFrameExclusionType
Packages that use WindowFrameExclusionType
-
Uses of WindowFrameExclusionType in com.blazebit.persistence.parser
Methods in com.blazebit.persistence.parser with parameters of type WindowFrameExclusionTypeModifier and TypeMethodDescriptionprotected StringSimpleQueryGenerator.getFrameExclusionType(WindowFrameExclusionType frameExclusionType) -
Uses of WindowFrameExclusionType in com.blazebit.persistence.parser.expression
Methods in com.blazebit.persistence.parser.expression that return WindowFrameExclusionTypeModifier and TypeMethodDescriptionWindowDefinition.getFrameExclusionType()static WindowFrameExclusionTypeReturns the enum constant of this type with the specified name.static WindowFrameExclusionType[]WindowFrameExclusionType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.blazebit.persistence.parser.expression with parameters of type WindowFrameExclusionTypeModifierConstructorDescriptionWindowDefinition(String windowName, List<Expression> partitionExpressions, List<OrderByItem> orderByExpressions, Predicate filterPredicate, WindowFrameMode frameMode, WindowFramePositionType frameStartType, Expression frameStartExpression, WindowFramePositionType frameEndType, Expression frameEndExpression, WindowFrameExclusionType frameExclusionType)