Package com.querydsl.sql
Class RelationalFunctionCall<T>
java.lang.Object
com.querydsl.core.types.dsl.DslExpression<T>
com.querydsl.core.types.dsl.SimpleExpression<T>
com.querydsl.sql.RelationalFunctionCall<T>
- Type Parameters:
T-
- All Implemented Interfaces:
Expression<T>,TemplateExpression<T>,Serializable
Represents a table valued function call
- Author:
- tiwe
- See Also:
-
Field Summary
Fields inherited from class com.querydsl.core.types.dsl.DslExpression
hashCode, mixin -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedRelationalFunctionCall(Class<? extends T> type, String function, Object... args) -
Method Summary
Methods 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
-
RelationalFunctionCall
-
-
Method Details
-
accept
- Specified by:
acceptin interfaceExpression<T>
-
getArg
- Specified by:
getArgin interfaceTemplateExpression<T>
-
getArgs
- Specified by:
getArgsin interfaceTemplateExpression<T>
-
getTemplate
- Specified by:
getTemplatein interfaceTemplateExpression<T>
-