Cisco Cisco Process Orchestrator 3.0

Pagina di 106
 
2-11
Cisco TEO Adapter Guide for Microsoft SQL Server Database
OL-24576-02
Chapter 2      Managing SQL Server Database Targets
  Managing Target Definitions
Comparison Operators
The following table contains operators that may display throughout TEO. 
Operator
Description
contains
Iterates through the contents of the collection and 
determines if the specified item exists (if this is a string 
collection, this is case-insensitive)
contains (case-sensitive)
Iterates through the contents of the collection and 
determines if the specified item exists (same as above, but 
a case-insensitive version)
contains only
Iterates through the contents of the collection and 
determines if the only item in the collection is the specified 
item (if this is a string collection, this is case-insensitive)
contains only (case-sensitive)
Iterates through the contents of the collection and 
determines if the only item in the collection is the specified 
item (same as above, but a case-insensitive version)
does not match wildcard
Determines if the item does not match all items in the 
wildcard example
is empty
Determines if there are items in the collection or not
equals
Determines if the left side equals the right side (if this is a 
string comparison, this is case-insensitive)
not equals
Determines if the left side does not equal the right side
matches regular expression
Determines if the left side matches the regular expression 
specified on the right side
matches wildcard
Determines if the left side matches the wildcard specified 
on the right side
equals (case-sensitive)
Determines if the left side equals the right (this is the 
case-sensitive version of Equals for string)
less than [<]
Determines if a value is less than another value
more than [>]
Determines if a value is greater than another value
Equal [=]
Determines if a value is equal to another value
not equal [>]
Determines if a value is not equal to another value
greater than or equal [>=]
Determines if a value is greater than or equal to another 
value
less than or equal [<=]
Determines if a value is less than or equal to another value