Qore SalesforceRestDataProvider Module Reference
1.0.1
|
Functions | |
hash< SoqlColumnOperatorInfo > | SalesforceRestDataProvider::soql_cop_avg (auto column) |
returns a SoqlColumnOperatorInfo hash for the "avg" operator; returns average column values More... | |
hash< SoqlColumnOperatorInfo > | SalesforceRestDataProvider::soql_cop_calendar_month (auto column) |
returns a SoqlColumnOperatorInfo hash for the "calendar_month" function; returns the calendar month for a date or date/time value More... | |
hash< SoqlColumnOperatorInfo > | SalesforceRestDataProvider::soql_cop_calendar_quarter (auto column) |
returns a SoqlColumnOperatorInfo hash for the "calendar_quarter" function; returns the calendar quarter for a date or date/time value More... | |
hash< SoqlColumnOperatorInfo > | SalesforceRestDataProvider::soql_cop_calendar_year (auto column) |
returns a SoqlColumnOperatorInfo hash for the "calendar_year" function; returns the calendar year for a date or date/time value More... | |
hash< SoqlColumnOperatorInfo > | SalesforceRestDataProvider::soql_cop_convert_currency (auto column) |
returns a SoqlColumnOperatorInfo hash for the "convertCurrency" operator; returns the given column value in the default currency for the current user More... | |
hash< SoqlColumnOperatorInfo > | SalesforceRestDataProvider::soql_cop_count_distinct (auto column='') |
returns a SoqlColumnOperatorInfo hash for the "count_distinct" aggregate function; returns row counts More... | |
hash< SoqlColumnOperatorInfo > | SalesforceRestDataProvider::soql_cop_day_in_month (auto column) |
returns a SoqlColumnOperatorInfo hash for the "day_in_month" function; returns the day in the month for a date or date/time value More... | |
hash< SoqlColumnOperatorInfo > | SalesforceRestDataProvider::soql_cop_day_in_week (auto column) |
returns a SoqlColumnOperatorInfo hash for the "day_in_week" function; returns the day in the week for a date or date/time value (1 = Sunday, 7 = Saturday) More... | |
hash< SoqlColumnOperatorInfo > | SalesforceRestDataProvider::soql_cop_day_in_year (auto column) |
returns a SoqlColumnOperatorInfo hash for the "day_in_year" function; returns the day in the year for a date or date/time value More... | |
hash< SoqlColumnOperatorInfo > | SalesforceRestDataProvider::soql_cop_day_only (auto column) |
returns a SoqlColumnOperatorInfo hash for the "day_only" function; returns the date from a date/time value More... | |
hash< SoqlColumnOperatorInfo > | SalesforceRestDataProvider::soql_cop_fiscal_month (auto column) |
returns a SoqlColumnOperatorInfo hash for the "fiscal_month" function; returns the fiscal month for a date or date/time value More... | |
hash< SoqlColumnOperatorInfo > | SalesforceRestDataProvider::soql_cop_fiscal_quarter (auto column) |
returns a SoqlColumnOperatorInfo hash for the "fiscal_quarter" function; returns the fiscal quarter for a date or date/time value More... | |
hash< SoqlColumnOperatorInfo > | SalesforceRestDataProvider::soql_cop_fiscal_year (auto column) |
returns a SoqlColumnOperatorInfo hash for the "fiscal_year" function; returns the fiscal year for a date or date/time value More... | |
hash< SoqlColumnOperatorInfo > | SalesforceRestDataProvider::soql_cop_format (auto column) |
returns a SoqlColumnOperatorInfo hash for the "format" operator; returns the given column value in the default locale for number, date, time, and currency fields More... | |
hash< SoqlColumnOperatorInfo > | SalesforceRestDataProvider::soql_cop_hour_in_day (auto column) |
returns a SoqlColumnOperatorInfo hash for the "hour_in_day" function; returns the hextern in the day for a date/time value More... | |
hash< SoqlColumnOperatorInfo > | SalesforceRestDataProvider::soql_cop_max (auto column) |
returns a SoqlColumnOperatorInfo hash for the "max" operator; returns maximum column values More... | |
hash< SoqlColumnOperatorInfo > | SalesforceRestDataProvider::soql_cop_min (auto column) |
returns a SoqlColumnOperatorInfo hash for the "min" operator; returns minimum column values More... | |
hash< SoqlColumnOperatorInfo > | SalesforceRestDataProvider::soql_cop_sum (auto column) |
returns a SoqlColumnOperatorInfo hash for the "sum" operator; returns the total sum of a numeric column. More... | |
hash< SoqlColumnOperatorInfo > | SalesforceRestDataProvider::soql_cop_week_in_month (auto column) |
returns a SoqlColumnOperatorInfo hash for the "week_in_month" function; returns the week in the month for a date or date/time value More... | |
hash< SoqlColumnOperatorInfo > | SalesforceRestDataProvider::soql_cop_week_in_year (auto column) |
returns a SoqlColumnOperatorInfo hash for the "week_in_m=year" function; returns the week in the year for a date or date/time value More... | |
hash< SoqlColumnOperatorInfo > | SalesforceRestDataProvider::soql_make_cop (string cop, auto column, auto arg) |
returns a SoqlColumnOperatorInfo hash More... | |
These are functions that can be used in the "columns"
argument for select statements:
COUNT()
function in the queryCOUNT_DISTINCT()
function in the queryhash<SoqlColumnOperatorInfo> SalesforceRestDataProvider::soql_cop_avg | ( | auto | column | ) |
returns a SoqlColumnOperatorInfo hash for the "avg"
operator; returns average column values
column | the column specification for the column |
"columns"
argument of a select option hash hash<SoqlColumnOperatorInfo> SalesforceRestDataProvider::soql_cop_calendar_month | ( | auto | column | ) |
returns a SoqlColumnOperatorInfo hash for the "calendar_month"
function; returns the calendar month for a date or date/time value
"columns"
argument of a select option hash hash<SoqlColumnOperatorInfo> SalesforceRestDataProvider::soql_cop_calendar_quarter | ( | auto | column | ) |
returns a SoqlColumnOperatorInfo hash for the "calendar_quarter"
function; returns the calendar quarter for a date or date/time value
"columns"
argument of a select option hash hash<SoqlColumnOperatorInfo> SalesforceRestDataProvider::soql_cop_calendar_year | ( | auto | column | ) |
returns a SoqlColumnOperatorInfo hash for the "calendar_year"
function; returns the calendar year for a date or date/time value
"columns"
argument of a select option hash hash<SoqlColumnOperatorInfo> SalesforceRestDataProvider::soql_cop_convert_currency | ( | auto | column | ) |
returns a SoqlColumnOperatorInfo hash for the "convertCurrency"
operator; returns the given column value in the default currency for the current user
column | the column specification for the column |
"columns"
argument of a select option hash hash<SoqlColumnOperatorInfo> SalesforceRestDataProvider::soql_cop_count_distinct | ( | auto | column = '' | ) |
returns a SoqlColumnOperatorInfo hash for the "count_distinct"
aggregate function; returns row counts
"columns"
argument of a select option hash hash<SoqlColumnOperatorInfo> SalesforceRestDataProvider::soql_cop_day_in_month | ( | auto | column | ) |
returns a SoqlColumnOperatorInfo hash for the "day_in_month"
function; returns the day in the month for a date or date/time value
"columns"
argument of a select option hash hash<SoqlColumnOperatorInfo> SalesforceRestDataProvider::soql_cop_day_in_week | ( | auto | column | ) |
returns a SoqlColumnOperatorInfo hash for the "day_in_week"
function; returns the day in the week for a date or date/time value (1 = Sunday, 7 = Saturday)
"columns"
argument of a select option hash hash<SoqlColumnOperatorInfo> SalesforceRestDataProvider::soql_cop_day_in_year | ( | auto | column | ) |
returns a SoqlColumnOperatorInfo hash for the "day_in_year"
function; returns the day in the year for a date or date/time value
"columns"
argument of a select option hash hash<SoqlColumnOperatorInfo> SalesforceRestDataProvider::soql_cop_day_only | ( | auto | column | ) |
returns a SoqlColumnOperatorInfo hash for the "day_only"
function; returns the date from a date/time value
"columns"
argument of a select option hash hash<SoqlColumnOperatorInfo> SalesforceRestDataProvider::soql_cop_fiscal_month | ( | auto | column | ) |
returns a SoqlColumnOperatorInfo hash for the "fiscal_month"
function; returns the fiscal month for a date or date/time value
"columns"
argument of a select option hash hash<SoqlColumnOperatorInfo> SalesforceRestDataProvider::soql_cop_fiscal_quarter | ( | auto | column | ) |
returns a SoqlColumnOperatorInfo hash for the "fiscal_quarter"
function; returns the fiscal quarter for a date or date/time value
"columns"
argument of a select option hash hash<SoqlColumnOperatorInfo> SalesforceRestDataProvider::soql_cop_fiscal_year | ( | auto | column | ) |
returns a SoqlColumnOperatorInfo hash for the "fiscal_year"
function; returns the fiscal year for a date or date/time value
"columns"
argument of a select option hash hash<SoqlColumnOperatorInfo> SalesforceRestDataProvider::soql_cop_format | ( | auto | column | ) |
returns a SoqlColumnOperatorInfo hash for the "format"
operator; returns the given column value in the default locale for number, date, time, and currency fields
column | the column specification for the column |
"columns"
argument of a select option hashhash<SoqlColumnOperatorInfo> SalesforceRestDataProvider::soql_cop_hour_in_day | ( | auto | column | ) |
returns a SoqlColumnOperatorInfo hash for the "hour_in_day"
function; returns the hextern in the day for a date/time value
"columns"
argument of a select option hash hash<SoqlColumnOperatorInfo> SalesforceRestDataProvider::soql_cop_max | ( | auto | column | ) |
returns a SoqlColumnOperatorInfo hash for the "max"
operator; returns maximum column values
column | the column specification for the column |
"columns"
argument of a select option hash hash<SoqlColumnOperatorInfo> SalesforceRestDataProvider::soql_cop_min | ( | auto | column | ) |
returns a SoqlColumnOperatorInfo hash for the "min"
operator; returns minimum column values
column | the column specification for the column |
"columns"
argument of a select option hash hash<SoqlColumnOperatorInfo> SalesforceRestDataProvider::soql_cop_sum | ( | auto | column | ) |
returns a SoqlColumnOperatorInfo hash for the "sum"
operator; returns the total sum of a numeric column.
column | the column specification for the column |
"columns"
argument of a select option hash hash<SoqlColumnOperatorInfo> SalesforceRestDataProvider::soql_cop_week_in_month | ( | auto | column | ) |
returns a SoqlColumnOperatorInfo hash for the "week_in_month"
function; returns the week in the month for a date or date/time value
"columns"
argument of a select option hash hash<SoqlColumnOperatorInfo> SalesforceRestDataProvider::soql_cop_week_in_year | ( | auto | column | ) |
returns a SoqlColumnOperatorInfo hash for the "week_in_m=year"
function; returns the week in the year for a date or date/time value
"columns"
argument of a select option hash hash<SoqlColumnOperatorInfo> SalesforceRestDataProvider::soql_make_cop | ( | string | cop, |
auto | column, | ||
auto | arg | ||
) |
returns a SoqlColumnOperatorInfo hash
cop | the column operator (one of SOQL Column Operators) |
column | the column name |
arg | the argument to the operator |