| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z | |
| query(queryString, callback) — Method in class com.salesforce.Connection | |
| Query table or table and related tables using Salesforce SOQL language strings, the responder will return the results asynchronously to the callback functions (response,fault) | |
| queryAll(queryString, callback) — Method in class com.salesforce.Connection | |
| this version of query will include in it's scope the recycle bin as well as the live data | |
| QueryEvent — Class in package com.salesforce.events | |
| Event used to wait for the completion of query() or queryMore() methods, used internaly when looping across an extended query result set using QueryResultIterator() | |
| QueryEvent(type, queryResult:com.salesforce.results:QueryResult) — Constructor in class com.salesforce.events.QueryEvent | |
| QUERY_EVENT — Constant static property in class com.salesforce.events.QueryEvent | |
| queryLocator — Property in class com.salesforce.results.QueryResult | |
| queryMore(queryLocator, callback) — Method in class com.salesforce.Connection | |
| looping portion of the query() queryMore() method for accessing large data sets | |
| queryResult() — Method in class com.salesforce.QueryResultIterator | |
| queryResult — Property in class com.salesforce.events.QueryEvent | |
| QueryResult — Dynamic class in package com.salesforce.results | |
| Class returned as a result of the call to Query() and QueryMore(), contains a result code and an array of records, each record is a single SObject. | |
| QueryResult(result) — Constructor in class com.salesforce.results.QueryResult | |
| QueryResultIterator — Class in package com.salesforce | |
| Simple interface to combine query() and queryMore() when traversing large query return sets. | |
| QueryResultIterator(apexConnection:com.salesforce:Connection, soql, forEachSobject) — Constructor in class com.salesforce.QueryResultIterator | |
| Queued — Constant static property in class com.salesforce.objects.AsyncRequestState | |
| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z | |