You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
String | ROWID | `oracledb.STRING` or `oracledb.DB_TYPE_VARCHAR` | |
3128
3128
String | UROWID | `oracledb.STRING` or `oracledb.DB_TYPE_VARCHAR` | |
3129
3129
String | XMLType | `oracledb.STRING` or `oracledb.DB_TYPE_VARCHAR` | Size is limited to the maximum database VARCHAR length |
3130
+
Boolean | BOOLEAN | `oracledb.DB_TYPE_BOOLEAN` | This combination is supported from node-oracledb 4.2. Only supported for PL/SQL binds |
3130
3131
ResultSet | CURSOR | `oracledb.CURSOR` or `oracledb.DB_TYPE_CURSOR` | Only supported for OUT binds |
3131
3132
DbObject | Named type or collection | A string with the name of the Oracle Database object or collection, or a [DbObject](#dbobjectclass) | This combination is supported from node-oracledb 4.0 |
3132
3133
3133
3134
When binding LONG, LONG RAW, CLOB, NCLOB, and BLOB database types using string
3134
3135
or buffer bind types, then data is limited to a maxium size of 1 GB.
3135
3136
3136
-
Binding Oracle Database INTERVAL types, BFILE, or BOOLEAN is not supported.
3137
+
Binding Oracle Database INTERVAL typesor BFILE not supported.
0 commit comments