@ -4379,11 +4379,11 @@ The next example shows how to create and insert a BLOB. Later you will see how t
@@ -4379,11 +4379,11 @@ The next example shows how to create and insert a BLOB. Later you will see how t
it back from the database.
This example uses a `JdbcTemplate` and an implementation of the
`AbstractLobCreatingPreparedStatementCallbac` `k`. It implements one method,
`AbstractLobCreatingPreparedStatementCallback`. It implements one method,
`setValues`. This method provides a `LobCreator` that you use to set the values for the
LOB columns in your SQL insert statement.
For this example we assume that there is a variable, `lobHandle` `r`, that already is
For this example we assume that there is a variable, `lobHandler`, that already is
set to an instance of a `DefaultLobHandler`. You typically set this value through