Subject AW: AW: [Firebird-Java] BLOBs
Author Steffen Heil
Hi

> It does not really matter, since the record is already fetched to the
client. So,
> if you use "native" data type (getInt for INTEGERS, getBlob for BLOBs
etc),
> you have very little overhead. In case of BLOBs the overhead is creating
one
> object (no BLOB data are fetched in non-autocommit mode) which gets
> garbage collected. For less overhead you have to use Firebird API
directly.

Okay, I feared that getBlob() would retrieve it, but as you suggest it
doesn't - I am fine with that.

Thanks.

Steffen



[Non-text portions of this message have been removed]