Accessors
collections
- get collections(): C[]
-
Returns C[]
nativeQueryConnections
- get nativeQueryConnections(): Record<string, unknown>
-
Returns Record<string, unknown>
Methods
executeNativeQuery
- executeNativeQuery(connectionName: string, query: string, contextVariables: Record<string, unknown>): Promise<unknown>
-
Parameters
-
connectionName: string
-
query: string
-
contextVariables: Record<string, unknown>
Returns Promise<unknown>
getCollection
- getCollection(name: string): C
-
Returns C
renderChart
- renderChart(caller: Caller, name: string): Promise<unknown>
-
Returns Promise<unknown>