Qore SalesforceRestDataProvider Module Reference 1.0.1
|
Variables | |
const | SalesforceRestDataProvider::SOQL_OP_EQ = "=" |
the SOQL equals operator (=) for use in where clauses More... | |
const | SalesforceRestDataProvider::SOQL_OP_GE = ">=" |
the SOQL greater than or equals operator (>=) for use in where clauses More... | |
const | SalesforceRestDataProvider::SOQL_OP_GT = ">" |
the SOQL greater than operator (>) for use in where clauses More... | |
const | SalesforceRestDataProvider::SOQL_OP_IN = "in" |
the SOQL in operator for use in where clauses More... | |
const | SalesforceRestDataProvider::SOQL_OP_LE = "<=" |
the SOQL less than or equals (<=) operator for use in where clauses More... | |
const | SalesforceRestDataProvider::SOQL_OP_LIKE = "like" |
const | SalesforceRestDataProvider::SOQL_OP_LT = "<" |
the SOQL less than (<) operator for use in where clauses More... | |
const | SalesforceRestDataProvider::SOQL_OP_NE = "!=" |
the SOQL not equals operator (!= or <>) for use in where clauses More... | |
const | SalesforceRestDataProvider::SOQL_OP_NOT = "not" |
the SOQL "not" operator for use in where clauses More... | |
const | SalesforceRestDataProvider::SOQL_OP_NOT_IN = "not in" |
the SOQL in operator for use in where clauses More... | |
const | SalesforceRestDataProvider::SOQL_OP_OR = "or" |
to combine SOQL expressions with "or" for use in where clauses More... | |
These are the operators that can be used in where clauses
const SalesforceRestDataProvider::SOQL_OP_EQ = "=" |
the SOQL equals operator (=) for use in where clauses
const SalesforceRestDataProvider::SOQL_OP_GE = ">=" |
the SOQL greater than or equals operator (>=) for use in where clauses
const SalesforceRestDataProvider::SOQL_OP_GT = ">" |
the SOQL greater than operator (>) for use in where clauses
const SalesforceRestDataProvider::SOQL_OP_IN = "in" |
the SOQL in operator for use in where clauses
const SalesforceRestDataProvider::SOQL_OP_LE = "<=" |
the SOQL less than or equals (<=) operator for use in where clauses
const SalesforceRestDataProvider::SOQL_OP_LIKE = "like" |
like operator
const SalesforceRestDataProvider::SOQL_OP_LT = "<" |
the SOQL less than (<) operator for use in where clauses
const SalesforceRestDataProvider::SOQL_OP_NE = "!=" |
the SOQL not equals operator (!= or <>) for use in where clauses
const SalesforceRestDataProvider::SOQL_OP_NOT = "not" |
the SOQL "not"
operator for use in where clauses
const SalesforceRestDataProvider::SOQL_OP_NOT_IN = "not in" |
the SOQL in operator for use in where clauses
const SalesforceRestDataProvider::SOQL_OP_OR = "or" |
to combine SOQL expressions with "or"
for use in where clauses