Skip to content

Commit b0781f6

Browse files
committed
Clarify footnote that is about the call escape
1 parent e541b45 commit b0781f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/docs/asciidoc/chapters/statements/statements.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ NOTE: Jaybird currently does not perform statement caching
345345

346346
The `CallableStatement` interface extends `PreparedStatement` with methods for executing and retrieving results from stored procedures.
347347
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`]:
349349

350350
.Unified escape syntax for stored procedure execution
351351
....

0 commit comments

Comments
 (0)