dojox.data.SnapLogicStore._fetchHandler
dojo.require("dojox.data.SnapLogicStore");
defined in dojox/data/SnapLogicStore.js
Process data retrieved via fetch and send it back to requester. response: The data returend from the I/O transport. In the normal case, it will be an array of result rows from the pipeline. In the special case for record count optimization, response will be an array with a single element containing the total pipeline result row count. See fetch() for details on this optimization.
Usage
function (/*Object*/ request) (view source)
parameter | type | description |
---|---|---|
request | Object |