EqServerQueryStorage class
Implements
Section titled “Implements”Constructors
Section titled “Constructors”constructor
Section titled “constructor”⊕ new EqServerQueryStorage(context: EqContext): EqServerQueryStorage
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<void>
Parameters:
Section titled “Parameters:”- options:
any, Optional
Returns Promise<void>
newQuery
Section titled “newQuery”▸ newQuery(options?: any): Promise<any>
Parameters:
Section titled “Parameters:”- options:
any, 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>