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: src/docs/asciidoc/chapters/statements/statements.adoc
+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
@@ -345,7 +345,7 @@ NOTE: Jaybird currently does not perform statement caching
345
345
346
346
The `CallableStatement` interface extends `PreparedStatement` with methods for executing and retrieving results from stored procedures.
347
347
It was introduced in the JDBC specification to unify access to the stored procedures across different database systems.
348
-
The main difference to `PreparedStatement` is that the procedure call is specified using the portable escape syntaxfootnote:[escape syntax in limited form also works for `Statement` and `PreparedStatement`]:
348
+
The main difference to `PreparedStatement` is that the procedure call is specified using the portable escape syntaxfootnote:[The call escape syntax in limited form also works for `Statement` and `PreparedStatement`]:
349
349
350
350
.Unified escape syntax for stored procedure execution
0 commit comments