Skip to main content Link Search Menu Expand Document (external link)

index overview

Added in v1.0.0


Table of contents


exports

DSQL

Signature

export declare const DSQL: typeof DSQLService

Added in v1.0.0

DSQL (namespace)

Added in v1.0.0

Config (type alias)

Signature

export type Config = DSQLService.Config

Added in v1.0.0

Type (type alias)

Signature

export type Type = DSQLService.Type

Added in v1.0.0

From “./DSQLClientInstance.js”

Re-exports all named exports from the “./DSQLClientInstance.js” module as DSQLClientInstance.

Signature

export * as DSQLClientInstance from "./DSQLClientInstance.js"

Added in v1.0.0

From “./DSQLService.js”

Re-exports all named exports from the “./DSQLService.js” module.

Signature

export * from "./DSQLService.js"

Added in v1.0.0

From “./DSQLServiceConfig.js”

Re-exports all named exports from the “./DSQLServiceConfig.js” module as DSQLServiceConfig.

Signature

export * as DSQLServiceConfig from "./DSQLServiceConfig.js"

Added in v1.0.0

From “./Errors.js”

Re-exports all named exports from the “./Errors.js” module.

Signature

export * from "./Errors.js"

Added in v1.0.0