File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -11680,12 +11680,6 @@ Node.js String or Buffer types can be passed into PL/SQL blocks or
11680
11680
inserted into the database by binding to LOB columns or PL/SQL
11681
11681
parameters.
11682
11682
11683
- If the data is larger than can be handled as a String or Buffer in
11684
- Node.js or node-oracledb, it will need to be streamed to a
11685
- [Lob](#lobclass), as discussed in [Streaming Lobs](#streamsandlobs).
11686
- See [LOB Bind Parameters](#lobbinds) for size considerations regarding
11687
- LOB binds.
11688
-
11689
11683
Given the table:
11690
11684
11691
11685
```sql
@@ -11752,6 +11746,13 @@ const result = await connection.execute(
11752
11746
);
11753
11747
```
11754
11748
11749
+ See [LOB Bind Parameters](#lobbinds) for size considerations regarding
11750
+ LOB binds.
11751
+
11752
+ If the data is larger than can be handled as a String or Buffer in
11753
+ Node.js or node-oracledb, it will need to be streamed to a
11754
+ [Lob](#lobclass), as discussed in [Streaming Lobs](#streamsandlobs).
11755
+
11755
11756
### <a name="queryinglobs"></a> 18.2 Simple LOB Queries and PL/SQL OUT Binds
11756
11757
11757
11758
#### Querying LOBs
You can’t perform that action at this time.
0 commit comments