Subject | AW: AW: [Firebird-Java] BLOBs |
---|---|
Author | Steffen Heil |
Post date | 2010-07-30T11:56:34Z |
Hi
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]
> It does not really matter, since the record is already fetched to theclient. So,
> if you use "native" data type (getInt for INTEGERS, getBlob for BLOBsetc),
> you have very little overhead. In case of BLOBs the overhead is creatingone
> object (no BLOB data are fetched in non-autocommit mode) which getsdirectly.
> garbage collected. For less overhead you have to use Firebird API
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]