com.mysema.query.sql
Class RelationalFunctionCall<T>
java.lang.Object
com.mysema.query.types.expr.DslExpression<T>
com.mysema.query.types.expr.SimpleExpression<T>
com.mysema.query.sql.RelationalFunctionCall<T>
- Type Parameters:
T
-
- All Implemented Interfaces:
- com.mysema.query.types.Expression<T>, com.mysema.query.types.TemplateExpression<T>, Serializable
public class RelationalFunctionCall<T>
- extends com.mysema.query.types.expr.SimpleExpression<T>
- implements com.mysema.query.types.TemplateExpression<T>
Represents a table valued function call
- Author:
- tiwe
- See Also:
- Serialized Form
Fields inherited from class com.mysema.query.types.expr.DslExpression |
mixin |
Method Summary |
|
accept(com.mysema.query.types.Visitor<R,C> v,
C context)
|
static
|
create(Class<? extends T> type,
String function,
Object... args)
Create a new TableValuedFunctionCall for the given function and arguments |
com.mysema.query.types.Expression<?> |
getArg(int index)
|
List<com.mysema.query.types.Expression<?>> |
getArgs()
|
com.mysema.query.types.Template |
getTemplate()
|
Methods inherited from class com.mysema.query.types.expr.SimpleExpression |
as, as, count, countDistinct, eq, eq, eqAll, eqAny, in, in, in, isNotNull, isNull, ne, ne, neAll, neAny, notIn, notIn, notIn, when, when |
Methods inherited from class com.mysema.query.types.expr.DslExpression |
equals, getType, hashCode, toString |
Methods inherited from interface com.mysema.query.types.Expression |
getType |
RelationalFunctionCall
public RelationalFunctionCall(Class<? extends T> type,
String function,
Object... args)
create
public static <T> RelationalFunctionCall<T> create(Class<? extends T> type,
String function,
Object... args)
- Create a new TableValuedFunctionCall for the given function and arguments
- Parameters:
type
- function
- args
-
- Returns:
accept
public final <R,C> R accept(com.mysema.query.types.Visitor<R,C> v,
C context)
- Specified by:
accept
in interface com.mysema.query.types.Expression<T>
getArg
public com.mysema.query.types.Expression<?> getArg(int index)
- Specified by:
getArg
in interface com.mysema.query.types.TemplateExpression<T>
getArgs
public List<com.mysema.query.types.Expression<?>> getArgs()
- Specified by:
getArgs
in interface com.mysema.query.types.TemplateExpression<T>
getTemplate
public com.mysema.query.types.Template getTemplate()
- Specified by:
getTemplate
in interface com.mysema.query.types.TemplateExpression<T>
Copyright © 2007-2012 Mysema Ltd. All Rights Reserved.