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 50e5776 commit 362ff30Copy full SHA for 362ff30
framework-docs/modules/ROOT/pages/data-access/jdbc/parameter-handling.adoc
@@ -209,7 +209,7 @@ are passed in as a parameter to the stored procedure.
209
210
The `SqlReturnType` interface has a single method (named `getTypeValue`) that must be
211
implemented. This interface is used as part of the declaration of an `SqlOutParameter`.
212
-The following example shows returning the value of a `java.sql.Struct` object of the user
+The following example shows returning the value of an Oracle `STRUCT` object of the user
213
declared type `ITEM_TYPE`:
214
215
[tabs]
0 commit comments