We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eac8aab commit 4e5a2f0Copy full SHA for 4e5a2f0
lib/Connection.js
@@ -49,6 +49,7 @@ const availableTransports = {
49
* @property {string} [ipc=*NA] - The key name/security route to XMLSERVICE job. Default is ``*NA``.
50
* @property {string} [ctl=*here] - The control options for XMLSERVICE jobs. Default is ``*here``.
51
* @property {string} [xslib=QXMLSERV] - The XMLSERVICE library. Default is ``QXMLSERV``.
52
+ * @property {object} odbcConnection - An optional odbc connection instead of a creating a new one.
53
*/
54
55
/**
0 commit comments