public class ParameterReference<Type> extends LeafExpression<Type>
QueryExpression
that is a named parameter in a query. It does not hold the value, so using a reference
will only work if a ParameterDefinition
with the given name is used in the same query.Constructor and Description |
---|
ParameterReference(Class<Type> expressionTypeClass,
String name) |
Modifier and Type | Method and Description |
---|---|
void |
accept(QueryExpressionVisitor visitor)
This method invokes the appropriate callback of the given
visitor and delegates
it to its children if present. |
String |
getParameterName()
This getter returns the name of the parameter.
|
String |
toString() |
getExpressionType
public void accept(QueryExpressionVisitor visitor)
QueryExpression
visitor
and delegates
it to its children if present.accept
in class QueryExpression<Type>
visitor
- the visitor visiting this expressionpublic String getParameterName()
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.