RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBBlobStream Methods

The methods of the TIBBlobStream class are listed here.

 
Name 
Description 
 
This is CloseBlob, a member of class TIBBlobStream. 
 
This is CreateBlob, a member of class TIBBlobStream. 
 
This is EnsureBlobInitialized, a member of class TIBBlobStream. 
 
This is GetBlobInfo, a member of class TIBBlobStream. 
 
This is GetDatabase, a member of class TIBBlobStream. 
 
This is GetDBHandle, a member of class TIBBlobStream. 
 
This is GetTransaction, a member of class TIBBlobStream. 
 
This is GetTRHandle, a member of class TIBBlobStream. 
 
This is OpenBlob, a member of class TIBBlobStream. 
 
This is SetBlobID, a member of class TIBBlobStream. 
 
This is SetDatabase, a member of class TIBBlobStream. 
 
This is SetMode, a member of class TIBBlobStream. 
 
This is SetTransaction, a member of class TIBBlobStream. 
 
Name 
Description 
 
Call 
Returns an error message based on the error code. 
 
Cancels all changes to the BLOB field, reverting to its state when the Blob stream was created. 
 
Indicates whether or not a Blob is readable. 
 
Indicates whether or not a Blob is write-able. 
 
Creates a Blob on the InterBase server and writes the data from the BlobStream to it. 
 
Loads a Blob from a file to the field. 
 
Loads a Blob from a stream into the field. 
 
Read 
Reads up to Count bytes from the current position in the field's data into Buffer. 
 
Saves the contents of the Blob field to a file. 
 
Saves the contents of the BLOB field to a stream. 
 
Seek 
Resets the current position of the TIBBlobStream object. 
 
Set the new total size of the Blob. 
 
Discards all data in the Blob field from the current position on. 
 
Writes Count bytes from Buffer to the current position in the field and updates the current position by Count bytes. 
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!