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 8c24c9a commit eac8aabCopy full SHA for eac8aab
lib/Connection.js
@@ -37,6 +37,7 @@ const availableTransports = {
37
* @property {string} [ipc=*NA] - The key name/security route to XMLSERVICE job. Default is ``*NA``.
38
* @property {string} [ctl=*here] - The control options for XMLSERVICE jobs. Default is ``*here``.
39
* @property {string} [xslib=QXMLSERV] - The XMLSERVICE library. Default is ``QXMLSERV``.
40
+ * @property {object} [odbcConnection] - An existing odbc connection.
41
*/
42
43
/**
0 commit comments