Skip to content

Commit 362ff30

Browse files
fix: revert line 212
1 parent 50e5776 commit 362ff30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework-docs/modules/ROOT/pages/data-access/jdbc/parameter-handling.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ are passed in as a parameter to the stored procedure.
209209

210210
The `SqlReturnType` interface has a single method (named `getTypeValue`) that must be
211211
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
212+
The following example shows returning the value of an Oracle `STRUCT` object of the user
213213
declared type `ITEM_TYPE`:
214214

215215
[tabs]

0 commit comments

Comments
 (0)