Utility Class used under the hood my the YQL class
YQLRequestsql
callback
params
opts
sql
String
The SQL statement to execute
callback
Function/Object
The callback to execute after the query (Falls through to JSONP).
params
Object
An object literal of extra parameters to pass along (optional).
opts
Object
An object literal of configuration options (optional): proto (http|https), base (url)
_internalInternal Callback Handler
_sendurl
o
Private method to send the request, overwritten in plugins
_callbackHolder for the callback argument
_contextThe context to execute the callback in
_jsonpReference to the JSONP instance used to make the queries
_optsHolder for the opts argument
_paramsHolder for the params argument
BASE_URLThe base URL to query: query.yahooapis.com/v1/public/yql?
ENVThe environment file to load: http://datatables.org/alltables.env
FORMATDefault format to use: json
PROTODefault protocol to use: http