Skip to content

Commit 6c15f1f

Browse files
committed
Move paragraph so example follows the text describing it
1 parent fab3d5e commit 6c15f1f

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

doc/api.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11680,12 +11680,6 @@ Node.js String or Buffer types can be passed into PL/SQL blocks or
1168011680
inserted into the database by binding to LOB columns or PL/SQL
1168111681
parameters.
1168211682

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-
1168911683
Given the table:
1169011684

1169111685
```sql
@@ -11752,6 +11746,13 @@ const result = await connection.execute(
1175211746
);
1175311747
```
1175411748

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+
1175511756
### <a name="queryinglobs"></a> 18.2 Simple LOB Queries and PL/SQL OUT Binds
1175611757

1175711758
#### Querying LOBs

0 commit comments

Comments
 (0)