Do we support streaming in the embedded driver?


The embedded driver supports streaming. If you i.e call PreparedStatement.setBinaryStream(int parameterIndex, InpuStream x, int length), all the data of the InpuStream will be inserted into the row when doing executeUpdate(), *without* expanding all the data of the stream into memory. The same applies to updatable resultsets (ResultSet.updateBinaryStream(..) and ResultSet.updateRow()).



Andreas

Reply via email to