public final class Parameter extends Expression
Constructor and Description |
---|
Parameter(String name)
Construct parameter with given name for binding.
|
Modifier and Type | Method and Description |
---|---|
void |
accept(Visitor visitor)
Accept method to handle incoming visitors.
|
String |
name()
Returns name of the parameter for binding of values.
|
String |
toString()
Method constructing query string.
|
equal, greaterEqual, greaterThan, isNotNull, isNull, lessEqual, lessThan, notEqual
public Parameter(String name)
name
- Name of the parameter for binding of values.Copyright © 2018. All rights reserved.