Hi, if I have a column in a ResultSet, and the column is a BLOB, when does Derby actually send the BLOB to the JDBC client?
A) Before rs.next() is called? B) when rs.next() is called? C) when rs.next().getBlob(i) is called? thanks.
Hi, if I have a column in a ResultSet, and the column is a BLOB, when does Derby actually send the BLOB to the JDBC client?
A) Before rs.next() is called? B) when rs.next() is called? C) when rs.next().getBlob(i) is called? thanks.