ComparisonOperator (v12.2.9)

The supported operations for comparisons within a ExecuteQuery data action.

Namespace

http://xmlns.oracle.com/policyautomation/hub/12.2.9/metadata/types

Used By

ComparisonExpression

Type

xsd:string

Value Description
Equals The comparison is true if the field's value is equal to the expression value. Applies to fields of all data types.
NotEquals The comparison is true if the field's value is not equal to the expression value. Applies to fields of all data types.
LessThan The comparison is true if the field's value is less than the expression value. Applies to fields of DATE, DATETIME, DECIMAL and TIMEOFDAY data types.
LessThanEquals The comparison is true if the field's value is less than or equal to the expression value. Applies to fields of DATE, DATETIME, DECIMAL and TIMEOFDAY data types.
GreaterThan The comparison is true if the field's value is greater than the expression value. Applies to fields of DATE, DATETIME, DECIMAL and TIMEOFDAY data types.
GreaterThanEquals The comparison is true if the field's value is greater than or equal to the expression value. Applies to fields of DATE, DATETIME, DECIMAL and TIMEOFDAY data types.
StartsWith The comparison is true if the field's value starts with the expression value. Applies to fields of the STRING data type only.
EndsWith The comparison is true if the field's value ends with the expression value. Applies to fields of the STRING data type only.
Contains The comparison is true if the field's value contains with the expression value. Applies to fields of the STRING data type only.