QueryLocator
In the QueryResult object returned by the query call, the queryLocator field contains a
QueryLocatorobject that you will use in a subsequent queryMore call. Note that:
- You use a given
QueryLocatoronly once. Each time you pass it in a queryMore call, the server returns a newQueryLocatorin the QueryResult.QueryLocatorobjects expire automatically after 15 minutes of inactivity.A
QueryLocatorrepresents a server-side cursor. A salesforce.com account can have up to five (5) query cursors open at a time. If fiveQueryLocatorcursors are opened when a client application attempts open a new one, then the oldest of the five cursors is released.
|
© Copyright 2000-2003 SalesForce.com, Inc. |