yql/js/yql.js:5
Utility Class used under the hood by the YQL class
YQLRequest
sql
callback
params
opts
Defined in
yql/js/yql.js:5
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)
_send
url
o
Defined in
yql/js/yql.js:113
Private method to send the request, overwritten in plugins
send
Defined in
yql/js/yql.js:85
The method that executes the YQL Request.
_jsonp
Defined in
yql/js/yql.js:47
Reference to the JSONP instance used to make the queries
BASE_URL
Defined in
yql/js/yql.js:137
The base URL to query: query.yahooapis.com/v1/public/yql?
ENV
Defined in
yql/js/yql.js:143
The environment file to load: http://datatables.org/alltables.env