Qore ServiceNowRestDataProvider Module Reference 1.2
|
Variables | |
const | ServiceNowRestDataProvider::QUERY_OP_ENDSWITH = "ENDSWITH" |
ends with operator More... | |
const | ServiceNowRestDataProvider::QUERY_OP_EQ = "eq" |
the Query equals operator (=) for use in queries More... | |
const | ServiceNowRestDataProvider::QUERY_OP_GE = "ge" |
the Query greater than or equals operator (>=) for use in queries More... | |
const | ServiceNowRestDataProvider::QUERY_OP_GT = "gt" |
the Query greater than operator (>) for use in queries More... | |
const | ServiceNowRestDataProvider::QUERY_OP_IN = "IN" |
the Query "IN" operator for use in queries More... | |
const | ServiceNowRestDataProvider::QUERY_OP_ISEMPTY = "ISEMPTY" |
the Query "is empty string" operator (ISEMPTY) for use in queries More... | |
const | ServiceNowRestDataProvider::QUERY_OP_ISNOTEMPTY = "ISNOTEMPTY" |
the Query "is not empty string" operator (ISNOTEMPTY) for use in queries More... | |
const | ServiceNowRestDataProvider::QUERY_OP_LE = "le" |
the Query less than or equals (<=) operator for use in queries More... | |
const | ServiceNowRestDataProvider::QUERY_OP_LIKE = "LIKE" |
const | ServiceNowRestDataProvider::QUERY_OP_LT = "lt" |
the Query less than (<) operator for use in queries More... | |
const | ServiceNowRestDataProvider::QUERY_OP_NE = "ne" |
the Query not equals operator (!= or <>) for use in queries More... | |
const | ServiceNowRestDataProvider::QUERY_OP_NOT = "NOT" |
the Query "not" operator for use in queries More... | |
const | ServiceNowRestDataProvider::QUERY_OP_NOTIN = "NOTIN" |
the Query "NOTIN" operator for use in queries More... | |
const | ServiceNowRestDataProvider::QUERY_OP_NOTLIKE = "NOTLIKE" |
not like operator More... | |
const | ServiceNowRestDataProvider::QUERY_OP_OR = "OR" |
to combine Query expressions with "or" for use in queries More... | |
const | ServiceNowRestDataProvider::QUERY_OP_STARTSWITH = "STARTSWITH" |
starts with operator More... | |
These are the operators that can be used in queries
const ServiceNowRestDataProvider::QUERY_OP_ENDSWITH = "ENDSWITH" |
ends with operator
const ServiceNowRestDataProvider::QUERY_OP_EQ = "eq" |
the Query equals operator (=) for use in queries
const ServiceNowRestDataProvider::QUERY_OP_GE = "ge" |
the Query greater than or equals operator (>=) for use in queries
const ServiceNowRestDataProvider::QUERY_OP_GT = "gt" |
the Query greater than operator (>) for use in queries
const ServiceNowRestDataProvider::QUERY_OP_IN = "IN" |
the Query "IN" operator for use in queries
const ServiceNowRestDataProvider::QUERY_OP_ISEMPTY = "ISEMPTY" |
the Query "is empty string" operator (ISEMPTY) for use in queries
const ServiceNowRestDataProvider::QUERY_OP_ISNOTEMPTY = "ISNOTEMPTY" |
the Query "is not empty string" operator (ISNOTEMPTY) for use in queries
const ServiceNowRestDataProvider::QUERY_OP_LE = "le" |
the Query less than or equals (<=) operator for use in queries
const ServiceNowRestDataProvider::QUERY_OP_LIKE = "LIKE" |
like/contains operator
const ServiceNowRestDataProvider::QUERY_OP_LT = "lt" |
the Query less than (<) operator for use in queries
const ServiceNowRestDataProvider::QUERY_OP_NE = "ne" |
the Query not equals operator (!= or <>) for use in queries
const ServiceNowRestDataProvider::QUERY_OP_NOT = "NOT" |
the Query "not"
operator for use in queries
const ServiceNowRestDataProvider::QUERY_OP_NOTIN = "NOTIN" |
the Query "NOTIN" operator for use in queries
const ServiceNowRestDataProvider::QUERY_OP_NOTLIKE = "NOTLIKE" |
not like operator
const ServiceNowRestDataProvider::QUERY_OP_OR = "OR" |
to combine Query expressions with "or"
for use in queries
const ServiceNowRestDataProvider::QUERY_OP_STARTSWITH = "STARTSWITH" |
starts with operator