UNPKG

snowflake-sdk

Version:
6 lines (5 loc) 532 B
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>;