UNPKG

tedious

Version:

A TDS driver, for connecting to MS SQLServer databases.

9 lines (8 loc) 316 B
import BulkLoad from './bulk-load'; export declare class BulkLoadPayload implements AsyncIterable<Buffer> { bulkLoad: BulkLoad; iterator: AsyncIterableIterator<Buffer>; constructor(bulkLoad: BulkLoad); [Symbol.asyncIterator](): AsyncIterableIterator<Buffer>; toString(indent?: string): string; }