sap-hdb-promisfied
Version:
Promise wrapper for hdb without any dependency to @sap/hana-client
22 lines (21 loc) • 360 B
TypeScript
/**
* Test #1
*/
export function test1(): Promise<void>;
/**
* Test #2
*/
export function test2(): Promise<void>;
/**
* Test #2.1 Current Schema
*/
export function test2_1(): Promise<void>;
/**
* Test #2.2
*/
export function test2_2(): Promise<void>;
/**
* Test #3
*/
export function test3(): Promise<void>;
export function testUps(): Promise<void>;