![]() |
Qore CdsRestDataProvider Module Reference 2.0.0
|
Variables | |
const | CDSRestDataProvider::QUERY_OP_CONTAINS = "contains" |
const | CDSRestDataProvider::QUERY_OP_ENDSWITH = "endswith" |
like/contains operator | |
const | CDSRestDataProvider::QUERY_OP_EQ = "eq" |
the Query equals operator (=) for use in queries | |
const | CDSRestDataProvider::QUERY_OP_GE = "ge" |
the Query greater than or equals operator (>=) for use in queries | |
const | CDSRestDataProvider::QUERY_OP_GT = "gt" |
the Query greater than operator (>) for use in queries | |
const | CDSRestDataProvider::QUERY_OP_LE = "le" |
the Query less than or equals (<=) operator for use in queries | |
const | CDSRestDataProvider::QUERY_OP_LT = "lt" |
the Query less than (<) operator for use in queries | |
const | CDSRestDataProvider::QUERY_OP_NE = "ne" |
the Query not equals operator (!= or <>) for use in queries | |
const | CDSRestDataProvider::QUERY_OP_NOT = "not" |
the Query "not" operator for use in queries | |
const | CDSRestDataProvider::QUERY_OP_OR = "or" |
to combine Query expressions with "or" for use in queries | |
const | CDSRestDataProvider::QUERY_OP_STARTSWITH = "startswith" |
like/contains operator | |
These are the operators that can be used in queries
const CDSRestDataProvider::QUERY_OP_CONTAINS = "contains" |
like/contains operator
const CDSRestDataProvider::QUERY_OP_EQ = "eq" |
the Query equals operator (=) for use in queries
const CDSRestDataProvider::QUERY_OP_GE = "ge" |
the Query greater than or equals operator (>=) for use in queries
const CDSRestDataProvider::QUERY_OP_GT = "gt" |
the Query greater than operator (>) for use in queries
const CDSRestDataProvider::QUERY_OP_LE = "le" |
the Query less than or equals (<=) operator for use in queries
const CDSRestDataProvider::QUERY_OP_LT = "lt" |
the Query less than (<) operator for use in queries
const CDSRestDataProvider::QUERY_OP_NE = "ne" |
the Query not equals operator (!= or <>) for use in queries
const CDSRestDataProvider::QUERY_OP_NOT = "not" |
the Query "not"
operator for use in queries
const CDSRestDataProvider::QUERY_OP_OR = "or" |
to combine Query expressions with "or"
for use in queries