Skip to content

Commit 6ff50e5

Browse files
Update README.md
Clarifying the context in which the ROWID is returned.
1 parent 33dcb8c commit 6ff50e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ be used when setting the bind value of an unnamed parameter.
199199
colon character (:) is followed by an alphanumeric parameter name. A name
200200
or numeric index may be used when setting the bind value of a named parameter.
201201
- Parameter names are case-sensitive.
202-
- When an empty set of column names is specified to Statement.returnGeneratedValues(String...), the returned value is the [ROWID](https://docs.oracle.com/en/database/oracle/oracle-database/21/cncpt/tables-and-table-clusters.html#GUID-0258C4C2-2BF2-445F-B1E1-F282A57A6859)
202+
- When an empty set of column names is specified to Statement.returnGeneratedValues(String...), executing that ```Statement``` returns the [ROWID](https://docs.oracle.com/en/database/oracle/oracle-database/21/cncpt/tables-and-table-clusters.html#GUID-0258C4C2-2BF2-445F-B1E1-F282A57A6859)
203203
of each row affected by an INSERT or UPDATE.
204204
- This behavior may change in a later release.
205205
- Programmers are advised not to use the ROWID as if it were a primary key.

0 commit comments

Comments
 (0)