Skip to content

Commit ab1ed57

Browse files
committed
Reinforce that execute() only executes a single statement
1 parent 3f7db86 commit ab1ed57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1649,7 +1649,7 @@ promise = execute(String sql, [Object bindParams, [Object options]]);
16491649

16501650
##### Description
16511651

1652-
This call executes a SQL or PL/SQL statement.
1652+
This call executes a single SQL or PL/SQL statement.
16531653
See [SQL Execution](#sqlexecution) for examples. Also
16541654
see [`queryStream()`](#querystream) for an alternative way of executing
16551655
queries.
@@ -3284,7 +3284,7 @@ Encryption of data-at-rest in the database.
32843284
32853285
## <a name="sqlexecution"></a> 9. SQL Execution
32863286
3287-
A SQL or PL/SQL statement may be executed using the *Connection*
3287+
A single SQL or PL/SQL statement may be executed using the *Connection*
32883288
[`execute()`](#execute) method. Either the callback style shown
32893289
below, or [promises](#promiseoverview) may be used.
32903290

0 commit comments

Comments
 (0)