|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
A query term used for a IRelationQueryOperand .
| Method Summary | |
IRelationQuery |
between(java.lang.String lowerValue,
java.lang.String upperValue)
Return an expression which selects only those between the given values, such as lowerValue <= x <= upperValue. |
IRelationQuery |
betweenIgnoreCase(java.lang.String lowerValue,
java.lang.String upperValue)
case insensitive version of between(String, String). |
IRelationQuery |
equal(java.lang.String value)
Return an expression which selects only those operands matching the given string. |
IRelationQuery |
equalIgnoreCase(java.lang.String value)
case insensitive version of equal(String). |
IRelationQuery |
greater(java.lang.String value)
Return an expression which selects only those operands being alphabetically after the given string. |
IRelationQuery |
greaterEqual(java.lang.String value)
Return an expression which selects only those operands being alphabetically after the given string or matching it. |
IRelationQuery |
greaterEqualIgnoreCase(java.lang.String value)
case insensitive version of greaterEqual(String). |
IRelationQuery |
greaterIgnoreCase(java.lang.String value)
case insensitive version of greater(String). |
IRelationQuery |
inRelationPropertySelection(IPropertyName name,
IRelationQuery query)
Return an expression which selects only those which match one of the given queries property values (subselect on the given property). |
IRelationQuery |
inSourceSelection(IRelationQuery query)
Return an expression which selects only those which match one of the given queries source operand's id (subselect on source id). |
IRelationQuery |
inTargetSelection(IRelationQuery query)
Return an expression which selects only those which match one of the given queries target operand's id (subselect on target id). |
IRelationQuery |
less(java.lang.String value)
Return an expression which selects only those operands being alphabetically before the given string. |
IRelationQuery |
lessEqual(java.lang.String value)
Return an expression which selects only those operands being alphabetically before the given string or matching it. |
IRelationQuery |
lessEqualIgnoreCase(java.lang.String value)
case insensitive version of lessEqual(String). |
IRelationQuery |
lessIgnoreCase(java.lang.String value)
case insensitive version of less(String). |
IRelationQuery |
like(java.lang.String value)
Return an expression which selects only those operands being 'like' the given string. |
IRelationQuery |
likeIgnoreCase(java.lang.String value)
case insensitive version of like(String). |
| Method Detail |
public IRelationQuery equal(java.lang.String value)
value - the String to compare this term with.IRelationQuery .public IRelationQuery equalIgnoreCase(java.lang.String value)
equal(String).value - TBD: Description of the incoming method parameterpublic IRelationQuery less(java.lang.String value)
value - the String to compare this term with.IRelationQuery .public IRelationQuery lessIgnoreCase(java.lang.String value)
less(String).value - TBD: Description of the incoming method parameterpublic IRelationQuery lessEqual(java.lang.String value)
value - the String to compare this term with.IRelationQuery .public IRelationQuery lessEqualIgnoreCase(java.lang.String value)
lessEqual(String).value - TBD: Description of the incoming method parameterpublic IRelationQuery greater(java.lang.String value)
value - the String to compare this term with.IRelationQuery .public IRelationQuery greaterIgnoreCase(java.lang.String value)
greater(String).value - TBD: Description of the incoming method parameterpublic IRelationQuery greaterEqual(java.lang.String value)
value - the String to compare this term with.IRelationQuery .public IRelationQuery greaterEqualIgnoreCase(java.lang.String value)
greaterEqual(String).value - TBD: Description of the incoming method parameterpublic IRelationQuery like(java.lang.String value)
value - the String to compare this term with.IRelationQuery .public IRelationQuery likeIgnoreCase(java.lang.String value)
like(String).value - TBD: Description of the incoming method parameter
public IRelationQuery between(java.lang.String lowerValue,
java.lang.String upperValue)
lowerValue - a String the values have to be greater or
equal to.upperValue - a String the values have to be less or equal
to.IRelationQuery .
public IRelationQuery betweenIgnoreCase(java.lang.String lowerValue,
java.lang.String upperValue)
between(String, String).lowerValue - TBD: Description of the incoming method parameterupperValue - TBD: Description of the incoming method parameter
public IRelationQuery inSourceSelection(IRelationQuery query)
throws RelationQueryException
query - the IRelationQuery to use for the subselect.IRelationQuery .RelationQueryException - Exception raised in failure situationRelationQueryException - if the given subquery is not
understood by this query's builder.
public IRelationQuery inTargetSelection(IRelationQuery query)
throws RelationQueryException
query - the IRelationQuery to use for the subselect.IRelationQuery .RelationQueryException - Exception raised in failure situationRelationQueryException - if the given subquery is not
understood by this query's builder.
public IRelationQuery inRelationPropertySelection(IPropertyName name,
IRelationQuery query)
throws RelationQueryException
name - the IPropertyName of the property to use.query - the IRelationQuery to use for the subselect.IRelationQuery .RelationQueryException - Exception raised in failure situationRelationQueryException - if the given subquery is not
understood by this query's builder.
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||