Function OPEN_BLOB
RDB$BLOB_UTIL.OPEN_BLOB opens an existing BLOB for reading.It returns a handle (an integer bound to the transaction) suitable for use with other functions of this package, like SEEK, READ_DATA and CLOSE_HANDLE.
Handles which are not explicitly closed are closed automatically when the transaction ends.
-
BLOBtypeBLOB NOT NULL
Return type: INTEGER NOT NULL.