Skip to content

@tsdrivers/mssql / StreamOptions

Interface: StreamOptions

Defined in: projects/ts-mssql/core/types.ts:75

Extends

Properties

commandTimeout?

optional commandTimeout: number

Defined in: projects/ts-mssql/core/types.ts:68

Inherited from

CommandOptions.commandTimeout


commandType?

optional commandType: CommandType

Defined in: projects/ts-mssql/core/types.ts:69

Inherited from

CommandOptions.commandType


signal?

optional signal: AbortSignal

Defined in: projects/ts-mssql/core/types.ts:70

Inherited from

CommandOptions.signal


transaction?

optional transaction: object

Defined in: projects/ts-mssql/core/types.ts:67

id

id: string

_ensureActive()

_ensureActive(): void

Returns

void

Inherited from

CommandOptions.transaction