![]() |
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 = "==" |
| the Query equals operator (=) for use in queries | |
| const | CDSRestDataProvider::QUERY_OP_GE = ">=" |
| the Query greater than or equals operator (>=) for use in queries | |
| const | CDSRestDataProvider::QUERY_OP_GT = ">" |
| the Query greater than operator (>) for use in queries | |
| const | CDSRestDataProvider::QUERY_OP_LE = "<=" |
| the Query less than or equals (<=) operator for use in queries | |
| const | CDSRestDataProvider::QUERY_OP_LT = "<" |
| the Query less than (<) operator for use in queries | |
| const | CDSRestDataProvider::QUERY_OP_NE = "!=" |
| the Query not equals operator (!= or <>) for use in queries | |
| const | CDSRestDataProvider::QUERY_OP_NOT = "!" |
the Query "not" operator for use in queries | |
| const | CDSRestDataProvider::QUERY_OP_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 = "==" |
the Query equals operator (=) for use in queries
| const CDSRestDataProvider::QUERY_OP_GE = ">=" |
the Query greater than or equals operator (>=) for use in queries
| const CDSRestDataProvider::QUERY_OP_GT = ">" |
the Query greater than operator (>) for use in queries
| const CDSRestDataProvider::QUERY_OP_LE = "<=" |
the Query less than or equals (<=) operator for use in queries
| const CDSRestDataProvider::QUERY_OP_LT = "<" |
the Query less than (<) operator for use in queries
| const CDSRestDataProvider::QUERY_OP_NE = "!=" |
the Query not equals operator (!= or <>) for use in queries
| const CDSRestDataProvider::QUERY_OP_NOT = "!" |
the Query "not" operator for use in queries
| const CDSRestDataProvider::QUERY_OP_OR = "||" |
to combine Query expressions with "or" for use in queries