Constructor
new DQSQuery(options)
Parameters:
Name | Type | Description | ||||||
---|---|---|---|---|---|---|---|---|
options |
Object | 参数设置
Properties
|
Methods
describeDataSet(options, successFn, failFn)
describeDataSet 查询有哪些字段
Parameters:
Name | Type | Description | ||||||
---|---|---|---|---|---|---|---|---|
options |
Object | 参数设置 默认查询所有
Properties
|
||||||
successFn |
function | 请求成功的回调函数。 | ||||||
failFn |
function | 请求失败的回调函数。 |
getCapabilities(options, successFn, failFn)
getCapabilities 查询一些版权信息
Parameters:
Name | Type | Description |
---|---|---|
options |
null | 传null |
successFn |
successFn | 请求成功的回调函数。 |
failFn |
function | 请求失败的回调函数。 |
getDataSetList(options, successFn, failFn)
getDataSetList 查询有多少种dataSetId
Parameters:
Name | Type | Description | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
options |
Object | 参数设置 不传默认查询所有
Properties
|
|||||||||
successFn |
function | 请求成功的回调函数。 | |||||||||
failFn |
function | 请求失败的回调函数。 |
query(options, successFn, failFn)
query 查询具体信息
Parameters:
Name | Type | Description | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
Object | 参数设置
Properties
|
||||||||||||||||||
successFn |
function | 请求成功的回调函数。 | ||||||||||||||||||
failFn |
function | 请求失败的回调函数。 |