Uses of Class
com.sap.ip.me.api.persist.query.RelationalOperatorType

Packages that use RelationalOperatorType
com.sap.ip.me.api.persist.query   
com.sap.ip.me.api.smartsync   
 

Uses of RelationalOperatorType in com.sap.ip.me.api.persist.query
 

Fields in com.sap.ip.me.api.persist.query declared as RelationalOperatorType
static RelationalOperatorType RelationalOperatorType.EQUALS
          Operator for '=' relational comparison
static RelationalOperatorType RelationalOperatorType.LOWER_THAN
          Operator for '<' relational comparison
static RelationalOperatorType RelationalOperatorType.GREATER_THAN
          Operator for '>' relational comparison
static RelationalOperatorType RelationalOperatorType.NOT_EQUALS
          Operator for '<>' relational comparison
static RelationalOperatorType RelationalOperatorType.IN
          Operator IN.
static RelationalOperatorType RelationalOperatorType.CONTAINS
          Operator for wildcard '%searchstring%'search.
static RelationalOperatorType RelationalOperatorType.STARTS_WITH
          Operator for wildcard 'searchstring%' search.
static RelationalOperatorType RelationalOperatorType.LIKE
          Operator for Wildcard Search (case sensitive).
static RelationalOperatorType RelationalOperatorType.LIKE_INSENSITIVE
          Operator for Wildcard Search (case insensitive).
static RelationalOperatorType RelationalOperatorType.SQL_LIKE
          Operator for Wildcard Search (case sensitive).
 

Methods in com.sap.ip.me.api.persist.query that return RelationalOperatorType
 RelationalOperatorType SingleCondition.getRelationalOperator()
          Gets the relationalOperator attribute of the SingleCondition object
 

Methods in com.sap.ip.me.api.persist.query with parameters of type RelationalOperatorType
 Condition QueryRuntime.createCondition(AttributeDescriptor attribute, RelationalOperatorType relationalOperator, java.lang.Object value)
          Creates a Condition which is used to create a Query.
abstract  JQueryCondition JQueryFactory.createCondition(JQueryAttribute left, RelationalOperatorType operator, JQueryParameter right)
          Create simple condition with parameterized right operand.
abstract  JQueryCondition JQueryFactory.createCondition(JQueryAttribute left, RelationalOperatorType operator, JQueryAttribute right)
          Create simple condition between two attributes.
abstract  JQueryCondition JQueryFactory.createCondition(JQueryAttribute left, RelationalOperatorType operator, java.lang.Object right)
          Deprecated.  
abstract  JQueryCondition JQueryFactory.createCondition(JQueryAttribute left, RelationalOperatorType operator, java.lang.Object right, java.lang.Object tag)
          Deprecated.  
 Condition InternalQueryRuntime.createCondition(AttributeDescriptor attribute, RelationalOperatorType relationalOperator, java.lang.Object value)
          Creates a condition
 

Uses of RelationalOperatorType in com.sap.ip.me.api.smartsync
 

Methods in com.sap.ip.me.api.smartsync with parameters of type RelationalOperatorType
 Condition SmartSyncQueryFactory.createCondition(FieldDescriptor fieldDescriptor, RelationalOperatorType relationalOperator, java.lang.Object value)
          Returns a Condition instance for the specified FieldDescriptor, RelationalOperatorType and value.
abstract  JQueryCondition SmartSyncJQueryFactory.createCondition(JQueryAttribute left, RelationalOperatorType operator, JQueryParameter right)
          Create simple condition with parameterized right operand.
abstract  JQueryCondition SmartSyncJQueryFactory.createCondition(JQueryAttribute left, RelationalOperatorType operator, JQueryAttribute right)
          Create simple condition.
abstract  JQueryCondition SmartSyncJQueryFactory.createCondition(JQueryAttribute left, RelationalOperatorType operator, java.lang.Object right)
          Create simple condition.
abstract  JQueryCondition SmartSyncJQueryFactory.createCondition(JQueryAttribute left, RelationalOperatorType operator, java.lang.Object right, java.lang.Object tag)
          Create named simple condition.
 



Copyright © 2005 SAP AG. All Rights Reserved.