Package com.querydsl.sql
Class WithinGroup<T>
java.lang.Object
com.querydsl.core.types.dsl.DslExpression<T>
com.querydsl.core.types.dsl.SimpleExpression<T>
com.querydsl.core.types.dsl.SimpleOperation<T>
com.querydsl.sql.WithinGroup<T>
- Type Parameters:
T- expression type
- All Implemented Interfaces:
Expression<T>,Operation<T>,Serializable
WithinGroup is a builder for WITHIN GROUP constructs- Author:
- tiwe
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class com.querydsl.core.types.dsl.DslExpression
hashCode, mixin -
Constructor Summary
ConstructorsConstructorDescriptionWithinGroup(Class<? extends T> type, Operator op) WithinGroup(Class<? extends T> type, Operator op, Expression<?> arg) WithinGroup(Class<? extends T> type, Operator op, Expression<?>... args) WithinGroup(Class<? extends T> type, Operator op, Expression<?> arg1, Expression<?> arg2) -
Method Summary
Methods inherited from class com.querydsl.core.types.dsl.SimpleOperation
accept, getArg, getArgs, getOperatorMethods inherited from class com.querydsl.core.types.dsl.SimpleExpression
as, as, count, countDistinct, eq, eq, eqAll, eqAll, eqAny, eqAny, in, in, in, in, in, isNotNull, isNull, ne, ne, neAll, neAny, notIn, notIn, notIn, notIn, notIn, nullif, nullif, when, whenMethods inherited from class com.querydsl.core.types.dsl.DslExpression
equals, getType, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.querydsl.core.types.Expression
getType
-
Constructor Details
-
WithinGroup
-
WithinGroup
-
WithinGroup
-
WithinGroup
-
-
Method Details
-
withinGroup
-