UNPKG

node-jdbc-tibero

Version:

This package is help to use tibero jdbc connection

9 lines (8 loc) 264 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.QueryType = void 0; var QueryType; (function (QueryType) { QueryType["columns"] = "C"; QueryType["describe"] = "D"; })(QueryType || (exports.QueryType = QueryType = {}));