QueryResult
The queryMore call returns a
QueryResultobject, which has the following properties:
Name Type Description queryLocator String. Used in subsequent queryMore calls for retrieving sets of objects from the query results, if applicable. done boolean Indicates whether additional rows need to be retrieved from the query results (False) using another queryMore call, or not (True). Your client application can use this value as a loop condition while iterating through the query results. records sObject[] Array of sObjects representing individual objects of the specified object and containing data defined in the field list specified in the queryString. size int Total number of rows retrieved in the query. Your client application can use this value to determine whether the query retrieved any rows (size > 0) or not (size = 0).
|
© Copyright 2000-2003 SalesForce.com, Inc. |