public class QueryResult extends Object implements com.sforce.ws.bind.XMLizable, IQueryResult
| Constructor and Description |
|---|
QueryResult()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getDone()
element : done of type {http://www.w3.org/2001/XMLSchema}boolean
java type: boolean
|
String |
getQueryLocator()
element : queryLocator of type {urn:partner.soap.sforce.com}QueryLocator
java type: java.lang.String
|
SObject[] |
getRecords()
element : records of type {urn:sobject.partner.soap.sforce.com}sObject
java type: com.sforce.soap.partner.sobject.SObject[]
|
int |
getSize()
element : size of type {http://www.w3.org/2001/XMLSchema}int
java type: int
|
boolean |
isDone() |
void |
load(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper) |
protected void |
loadFields(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper) |
void |
setDone(boolean done) |
void |
setQueryLocator(String queryLocator) |
void |
setRecords(ISObject[] records) |
void |
setSize(int size) |
String |
toString() |
void |
write(QName __element,
com.sforce.ws.parser.XmlOutputStream __out,
com.sforce.ws.bind.TypeMapper __typeMapper) |
protected void |
writeFields(com.sforce.ws.parser.XmlOutputStream __out,
com.sforce.ws.bind.TypeMapper __typeMapper) |
public boolean getDone()
IQueryResultgetDone in interface IQueryResultpublic boolean isDone()
isDone in interface IQueryResultpublic void setDone(boolean done)
setDone in interface IQueryResultpublic String getQueryLocator()
IQueryResultgetQueryLocator in interface IQueryResultpublic void setQueryLocator(String queryLocator)
setQueryLocator in interface IQueryResultpublic SObject[] getRecords()
IQueryResultgetRecords in interface IQueryResultpublic void setRecords(ISObject[] records)
setRecords in interface IQueryResultpublic int getSize()
IQueryResultgetSize in interface IQueryResultpublic void setSize(int size)
setSize in interface IQueryResultpublic void write(QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException
write in interface com.sforce.ws.bind.XMLizableIOExceptionprotected void writeFields(com.sforce.ws.parser.XmlOutputStream __out,
com.sforce.ws.bind.TypeMapper __typeMapper)
throws IOException
IOExceptionpublic void load(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper)
throws IOException,
com.sforce.ws.ConnectionException
load in interface com.sforce.ws.bind.XMLizableIOExceptioncom.sforce.ws.ConnectionExceptionprotected void loadFields(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper)
throws IOException,
com.sforce.ws.ConnectionException
IOExceptioncom.sforce.ws.ConnectionExceptionCopyright © 2015. All Rights Reserved.