|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QueryResult | |
---|---|
com.metamatrix.connector.salesforce.connection | |
com.metamatrix.connector.salesforce.connection.impl | |
com.sforce.soap.partner |
Uses of QueryResult in com.metamatrix.connector.salesforce.connection |
---|
Methods in com.metamatrix.connector.salesforce.connection that return QueryResult | |
---|---|
QueryResult |
SalesforceConnection.query(java.lang.String queryString,
int maxBatchSize)
|
QueryResult |
SalesforceConnection.queryMore(java.lang.String queryLocator)
|
Uses of QueryResult in com.metamatrix.connector.salesforce.connection.impl |
---|
Methods in com.metamatrix.connector.salesforce.connection.impl that return QueryResult | |
---|---|
QueryResult |
ConnectionImpl.query(java.lang.String queryString,
int batchSize)
|
QueryResult |
ConnectionImpl.queryMore(java.lang.String queryLocator)
|
Uses of QueryResult in com.sforce.soap.partner |
---|
Methods in com.sforce.soap.partner that return QueryResult | |
---|---|
QueryResult |
QueryResponse.getResult()
Gets the result value for this QueryResponse. |
QueryResult |
QueryMoreResponse.getResult()
Gets the result value for this QueryMoreResponse. |
QueryResult |
QueryAllResponse.getResult()
Gets the result value for this QueryAllResponse. |
QueryResult |
SoapBindingStub.query(java.lang.String queryString)
|
QueryResult |
Soap.query(java.lang.String queryString)
Create a Query Cursor |
QueryResult |
SoapBindingStub.queryAll(java.lang.String queryString)
|
QueryResult |
Soap.queryAll(java.lang.String queryString)
Create a Query Cursor, including deleted sObjects |
QueryResult |
SoapBindingStub.queryMore(java.lang.String queryLocator)
|
QueryResult |
Soap.queryMore(java.lang.String queryLocator)
Gets the next batch of sObjects from a query |
Methods in com.sforce.soap.partner with parameters of type QueryResult | |
---|---|
void |
QueryResponse.setResult(QueryResult result)
Sets the result value for this QueryResponse. |
void |
QueryMoreResponse.setResult(QueryResult result)
Sets the result value for this QueryMoreResponse. |
void |
QueryAllResponse.setResult(QueryResult result)
Sets the result value for this QueryAllResponse. |
Constructors in com.sforce.soap.partner with parameters of type QueryResult | |
---|---|
QueryAllResponse(QueryResult result)
|
|
QueryMoreResponse(QueryResult result)
|
|
QueryResponse(QueryResult result)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |