Subject | Re: [Firebird-Java] Jaybird 2.1.3 released |
---|---|
Author | Roman Rokytskyy |
Post date | 2008-02-27T06:27:33Z |
> Just one question. If the Array data type is nothing but a BLOB, thenAs far as I understand, you can't access arrays via BLOB API, you have
> couldn't we implement the ArrayType based on the BlobType? I mean, if
> they are stored in a Blob with a structure, the implementation would
> require read the data from the blob into this structure and manipulate
> it in the client side, right?
to use separate API calls. But maybe your idea will work as well, one
has to try.
Roman