Package | Description |
---|---|
de.espirit.or.query |
Modifier and Type | Method and Description |
---|---|
Parameter |
Compare.getParameter()
Returns the parameter of this compare or
null . |
Parameter |
Select.getParameter(String identifier)
Return the parameter with the given
identifier . |
Modifier and Type | Method and Description |
---|---|
Collection<Parameter> |
Select.getParameters()
Return all parameters defined by this select.
|
Modifier and Type | Method and Description |
---|---|
void |
Select.add(Parameter parameter)
Adds the given parameter to this select.
|
void |
Compare.setParameter(Parameter param)
Sets the parameter of this compare.
|
Constructor and Description |
---|
Equal(String attributeName,
Parameter parameter)
Creates a new Equal constraint for the attribute specified by given attributeName and parameter.
|
GreaterThan(String attributeName,
Parameter parameter)
Creates a new GreaterThan constraint for the given attributeName and given parameter
|
GreaterThanEqual(String attributeName,
Parameter parameter)
Creates a new GreaterThanEqual constraint for the given attributeName and given parameter
|
In(String attributeName,
Parameter parameter)
Creates a new In constraint for the attribute specified by given attributeName and parameter.
|
LessThan(String attributeName,
Parameter parameter)
Creates a new LessThan constraint for the given attributeName and given parameter.
|
LessThanEqual(String attributeName,
Parameter parameter)
Creates a new LessThanEqual constraint for the given attributeName and given parameter.
|
Like(String attributeName,
Parameter parameter)
Creates a new Like constraint for the attribute specified by given attributeName and parameter.
|
NotEqual(String attributeName,
Parameter parameter)
Creates a new NotEqual constraint for the attribute specified by given attributeName and parameter.
|
Copyright © 2014 e-Spirit AG. All Rights Reserved. Build 5.0_BETA.500