public interface ForceAPI
| Modifier and Type | Method and Description |
|---|---|
SOQLResult |
query(String soql)
Execute the given SOQL by using "/query" API
|
SOQLResult |
queryMore(SOQLResult oldResult)
Query further records using nextRecordsURL
|
SOQLResult query(String soql) throws Exception
soql - - SOQL to be executed.QueryResultExceptionSOQLResult queryMore(SOQLResult oldResult) throws Exception
oldResult - ExceptionCopyright © 2015. All rights reserved.