Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
QueryLocator Class
Namespace
QueryLocator Methods
The following are methods for QueryLocator. All are instance methods.
getQuery()
Signature
public String getQuery()
Return Value
Type: String
Usage
You can’t use the FOR UPDATE keywords with a getQueryLocator query to lock a set of records. The set of records in the batch is determined when the start method is run.
Example
1System.assertEquals(QLReturnedFromStart.
2getQuery(),
3Database.getQueryLocator([SELECT Id
4 FROM Account]).getQuery() );iterator()
Signature
public Database.QueryLocatorIterator iterator()
Return Value
Usage
For an example, see QueryLocatorIterator Class.