Specific DBI stream used to read and write to and from blobs.
class DBIBlobStream
getBlobID() | Returns the blob ID associated with this stream. |
Specific DBI stream used to read and write to and from blobs.
Inherits from the Stream class in the RTL. This is actually an abstract class; instances of it can be returned by some blob-related methods in the DBI class.
Returns the blob ID associated with this stream.
DBIBlobStream.getBlobID( )
Returns: | A string containing the blob ID in this stream. |