function readOnly(count){ }
Don't have an account?
Search for an answer or ask a question of the zone or Customer Support.
You need to sign in to do that
Sign in to start searching questions
Signup for a Developer Edition
Sign in to start a discussion
Hi All,
Can we use Bulk API in APEX class?
Thanks in Advance
I don't believe you can do this, as the bulk API isn't exposed via Apex. (You'd also likely breach the heap size if you were trying to process large quantities of records in Apex).
may be its not...bulk api is used to insert or update large set of data.. so we have limitations when working with apex....
you can get some more info in this
http://www.salesforce.com/us/developer/docs/api_asynch/index_Left.htm#StartTopic=Content/asynch_api_quickstart.htm
I don't believe you can do this, as the bulk API isn't exposed via Apex. (You'd also likely breach the heap size if you were trying to process large quantities of records in Apex).
may be its not...bulk api is used to insert or update large set of data.. so we have limitations when working with apex....
you can get some more info in this
http://www.salesforce.com/us/developer/docs/api_asynch/index_Left.htm#StartTopic=Content/asynch_api_quickstart.htm