|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use QueryResult | |
|---|---|
| com.sforce.soap.partner | |
| org.teiid.resource.adapter.salesforce | |
| org.teiid.translator.salesforce | |
| Uses of QueryResult in com.sforce.soap.partner |
|---|
| Fields in com.sforce.soap.partner declared as QueryResult | |
|---|---|
protected QueryResult |
QueryMoreResponse.result
|
protected QueryResult |
QueryAllResponse.result
|
protected QueryResult |
QueryResponse.result
|
| Methods in com.sforce.soap.partner that return QueryResult | |
|---|---|
QueryResult |
ObjectFactory.createQueryResult()
Create an instance of QueryResult |
QueryResult |
QueryMoreResponse.getResult()
Gets the value of the result property. |
QueryResult |
QueryAllResponse.getResult()
Gets the value of the result property. |
QueryResult |
QueryResponse.getResult()
Gets the value of the result property. |
QueryResult |
Soap.query(java.lang.String queryString,
SessionHeader sessionHeader)
|
QueryResult |
Soap.queryAll(java.lang.String queryString,
SessionHeader sessionHeader)
|
QueryResult |
Soap.queryMore(java.lang.String queryLocator,
SessionHeader sessionHeader)
|
| Methods in com.sforce.soap.partner with parameters of type QueryResult | |
|---|---|
void |
QueryMoreResponse.setResult(QueryResult value)
Sets the value of the result property. |
void |
QueryAllResponse.setResult(QueryResult value)
Sets the value of the result property. |
void |
QueryResponse.setResult(QueryResult value)
Sets the value of the result property. |
| Uses of QueryResult in org.teiid.resource.adapter.salesforce |
|---|
| Methods in org.teiid.resource.adapter.salesforce that return QueryResult | |
|---|---|
QueryResult |
SalesforceConnectionImpl.query(java.lang.String queryString,
int batchSize,
java.lang.Boolean queryAll)
|
QueryResult |
SalesforceConnectionImpl.queryMore(java.lang.String queryLocator,
int batchSize)
|
QueryResult |
SalesforceConnectionImpl.retrieve(java.lang.String fieldList,
java.lang.String sObjectType,
java.util.List<java.lang.String> ids)
|
| Uses of QueryResult in org.teiid.translator.salesforce |
|---|
| Methods in org.teiid.translator.salesforce that return QueryResult | |
|---|---|
QueryResult |
SalesforceConnection.query(java.lang.String queryString,
int maxBatchSize,
java.lang.Boolean queryAll)
|
QueryResult |
SalesforceConnection.queryMore(java.lang.String queryLocator,
int batchSize)
|
QueryResult |
SalesforceConnection.retrieve(java.lang.String fieldList,
java.lang.String sObjectType,
java.util.List<java.lang.String> ids)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||