You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -199,7 +199,7 @@ be used when setting the bind value of an unnamed parameter.
199
199
colon character (:) is followed by an alphanumeric parameter name. A name
200
200
or numeric index may be used when setting the bind value of a named parameter.
201
201
- 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)
203
203
of each row affected by an INSERT or UPDATE.
204
204
- This behavior may change in a later release.
205
205
- Programmers are advised not to use the ROWID as if it were a primary key.
0 commit comments