|
From: Gavin K. <ga...@ap...> - 2002-10-19 04:39:56
|
> Gavin, I'm not really sure what you meant by a Holder class that you > mentioned in a previous e-mail. Would you care to go into details? I don't have a set idea of what we need here, except that: Use of java.sql.Clob class is non-useful, since it provides no way to update the data. setCharacterStream() / getCharacterStream() should therefore be the methods we use to interact with the JDBC PreparedStatement / ResultSet |