Hi, Dag. If you determine this really is a difference that needs to be fixed, please create a new JIRA item and link it to DERBY-310, this is the "gathering place" for all differences between embedded and network clients.
David Dag H. Wanvik wrote: > Hi, > > I found some CLOB, BLOB methods to be not implemented in the embedded > driver (below), but they seem to be implemented in the client(s). The > client BLOB setBinaryStream seems to have a bug, though, cf. Laurentz > Albe's mail > > http://mail-archives.apache.org/mod_mbox/db-derby-dev/200507.mbox/[EMAIL > PROTECTED] > > I looked over the docs for difference between embedded and client, but > I didn't see any of this this described. Does anyone know what the > story is here? > > BTW, I saw methods in CallableStatement which differ in this way, too, > e.g. registerOutParameter, but I did not look closely at those.. > > Dag > > Not implemented in embedded driver: > > Clob: > > setString(long pos, String parameterName) > setString(long pos, String str, int offset, int len) > setAsciiStream(long pos) > setCharacterStream(long pos) > truncate(long len) > > Blob: > > setBytes(long pos, byte[] bytes) > setBytes(long pos, byte[] bytes, int offset, int len) > setBinaryStream(long pos) > truncate(long len)
