UNPKG

node-jdbc-tibero

Version:

This package is help to use tibero jdbc connection

11 lines (10 loc) 258 B
export default interface IConnectionType { driver: string; get_config: () => object; get_version: () => string; get_query: (tableName: string, type: string) => string; } export declare enum QueryType { columns = "C", describe = "D" }