Uses of Class
com.blazebit.persistence.impl.function.Order
Packages that use Order
Package
Description
-
Uses of Order in com.blazebit.persistence.impl.function.groupconcat
Methods in com.blazebit.persistence.impl.function.groupconcat that return types with arguments of type OrderMethods in com.blazebit.persistence.impl.function.groupconcat with parameters of type OrderModifier and TypeMethodDescriptionprotected voidAbstractGroupConcatFunction.appendEmulatedOrderByElementWithNulls(StringBuilder sb, Order element) protected voidAbstractGroupConcatFunction.render(StringBuilder sb, Order order) protected voidDB2GroupConcatFunction.render(StringBuilder sb, Order order) protected voidH2GroupConcatFunction.render(StringBuilder sb, Order order) protected voidMSSQLGroupConcatFunction.render(StringBuilder sb, Order order) protected voidMySQLGroupConcatFunction.render(StringBuilder sb, Order order) Constructor parameters in com.blazebit.persistence.impl.function.groupconcat with type arguments of type OrderModifierConstructorDescriptionGroupConcat(boolean distinct, String expression, List<Order> orderBys, String separator) -
Uses of Order in com.blazebit.persistence.impl.function.window
Methods in com.blazebit.persistence.impl.function.window that return types with arguments of type OrderModifier and TypeMethodDescriptionAbstractWindowFunction.WindowFunction.getOrderBys()AbstractWindowFunction.WindowFunction.getWithinGroup()Methods in com.blazebit.persistence.impl.function.window with parameters of type OrderModifier and TypeMethodDescriptionprotected voidAbstractWindowFunction.appendEmulatedOrderByElementWithNulls(FunctionRenderContext context, Order element) protected voidAbstractWindowFunction.renderOrder(FunctionRenderContext context, Order order) Method parameters in com.blazebit.persistence.impl.function.window with type arguments of type OrderModifier and TypeMethodDescriptionprotected voidAbstractWindowFunction.renderOrderBy(FunctionRenderContext context, List<Order> orderBys) protected voidAbstractWindowFunction.renderWithinGroup(FunctionRenderContext context, List<Order> withinGroup) -
Uses of Order in com.blazebit.persistence.impl.function.window.groupconcat
Methods in com.blazebit.persistence.impl.function.window.groupconcat with parameters of type OrderModifier and TypeMethodDescriptionprotected voidAbstractGroupConcatWindowFunction.render(StringBuilder sb, Order order) Method parameters in com.blazebit.persistence.impl.function.window.groupconcat with type arguments of type OrderModifier and TypeMethodDescriptionprotected voidH2GroupConcatWindowFunction.renderWithinGroup(FunctionRenderContext context, List<Order> orderBys) protected voidMySQLGroupConcatWindowFunction.renderWithinGroup(FunctionRenderContext context, List<Order> orderBys) protected voidOracleListaggGroupConcatWindowFunction.renderWithinGroup(FunctionRenderContext context, List<Order> orderBys) protected voidPostgreSQLGroupConcatWindowFunction.renderWithinGroup(FunctionRenderContext context, List<Order> orderBys)