snowflake-sdk
Version:
Node.js driver for Snowflake
6 lines (5 loc) • 532 B
TypeScript
export function createContext(options: any, services: any, connectionConfig: any): Object;
export function createStatementPreExec(options: Object, services: Object, connectionConfig: Object): Object;
export function createStatementPostExec(statementOptions: Object, services: Object, connectionConfig: Object): Object;
export function sendRawQueryRequest(statementContext: any, onResultAvailable: any): any;
export function executeFileTransferRequest(context: any, body: any, statement: any, fileTransferAgent: any): Promise<void>;