Package com.sforce.soap.partner
Interface IQueryResult
- All Known Implementing Classes:
QueryResult
public interface IQueryResult
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
-
Method Summary
Modifier and TypeMethodDescriptionbooleangetDone()element : done of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanelement : queryLocator of type {urn:partner.soap.sforce.com}QueryLocator java type: java.lang.StringISObject[]element : records of type {urn:sobject.partner.soap.sforce.com}sObject java type: com.sforce.soap.partner.sobject.SObject[]intgetSize()element : size of type {http://www.w3.org/2001/XMLSchema}int java type: intbooleanisDone()voidsetDone(boolean done) voidsetQueryLocator(String queryLocator) voidsetRecords(ISObject[] records) voidsetSize(int size)
-
Method Details
-
getDone
boolean getDone()element : done of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean -
isDone
boolean isDone() -
setDone
void setDone(boolean done) -
getQueryLocator
String getQueryLocator()element : queryLocator of type {urn:partner.soap.sforce.com}QueryLocator java type: java.lang.String -
setQueryLocator
-
getRecords
ISObject[] getRecords()element : records of type {urn:sobject.partner.soap.sforce.com}sObject java type: com.sforce.soap.partner.sobject.SObject[] -
setRecords
-
getSize
int getSize()element : size of type {http://www.w3.org/2001/XMLSchema}int java type: int -
setSize
void setSize(int size)
-