SQLViewData

SQLViewData

Represents a fetcher to load sql view data

Constructor

new SQLViewData(id)

Source:

Creates the SQLViewData Instance

Parameters:
Name Type Description
id string

The Sql View identifier

Extends

Members

url

Source:
Overrides:

Gets the url for fetching

Methods

get() → {ProgressPromise}

Source:
Inherited From:

Gets the running process started

Returns:
Type
ProgressPromise

getDependecyFetchResults() → {ProgressPromise}

Source:
Inherited From:

Get Dependency results

Returns:
Type
ProgressPromise

setParameters(parameters) → {Fetcher}

Source:
Inherited From:

Set paremeters

Parameters:
Name Type Description
parameters Object

The parameters to be passed to the url

Returns:
  • Object of the fetcher
Type
Fetcher

setVariable(variable, value) → {SQLViewData}

Source:

Sets the variable for the fetching of the sql view data

Parameters:
Name Type Description
variable string

Variable identifier

value string

Value of the variable identifier

Returns:
  • Object of the sql view
Type
SQLViewData