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 f743fef commit b7e6f8aCopy full SHA for b7e6f8a
doc/api.md
@@ -3307,9 +3307,6 @@ IN binds are values passed into the database. OUT binds are used to
3307
retrieve data. IN OUT binds are passed in, and may return a different
3308
value after the statement executes.
3309
3310
-With PL/SQL statements, only scalar parameters can be bound. An array
3311
-of values cannot be bound to a PL/SQL bind parameter.
3312
-
3313
OUT bind parameters for `RETURNING INTO` clauses will always return an
3314
array of values. See [DML RETURNING Bind Parameters](#dmlreturn).
3315
0 commit comments