BrowserQueryStorage class
Implements
Section titled “Implements”Constructors
Section titled “Constructors”constructor
Section titled “constructor”⊕ new BrowserQueryStorage(context: EqContext): BrowserQueryStorage
Parameters:
Section titled “Parameters:”- context: EqContext
Public Methods
Section titled “Public Methods”getQueryList
Section titled “getQueryList”▸ getQueryList(options?: any
): Promise
<QueryListItem[]>
Parameters:
Section titled “Parameters:”- options:
any
, Optional
Returns Promise
<QueryListItem[]>
▸ init(options?: any
): void
Parameters:
Section titled “Parameters:”- options:
any
, Optional
Returns void
loadQuery
Section titled “loadQuery”▸ loadQuery(options?: any
): Promise
<any
>
Parameters:
Section titled “Parameters:”- options:
any
, Optional
Returns Promise
<any
>
newQuery
Section titled “newQuery”▸ newQuery(queryName?: string
): Promise
<any
>
Parameters:
Section titled “Parameters:”- queryName:
string
, Optional
Returns Promise
<any
>
removeQuery
Section titled “removeQuery”▸ removeQuery(options?: any
): Promise
<boolean
>
Parameters:
Section titled “Parameters:”- options:
any
, Optional
Returns Promise
<boolean
>
saveQuery
Section titled “saveQuery”▸ saveQuery(options?: any
): Promise
<boolean
>
Parameters:
Section titled “Parameters:”- options:
any
, Optional
Returns Promise
<boolean
>