[Overview][Types][Classes][Procedures and functions][Index] |
Represents a buffer allocated for a Blob field
Source position: bufdataset.pas line 35
type TBlobBuffer = record |
||
FieldNo: Integer; |
|
Ordinal position of the field for the Block buffer |
OrgBufID: Integer; |
|
Identifies the original blob buffer for an update buffer |
Buffer: pointer; |
|
Pointer to memory allocated for the Blob buffer |
Size: PtrInt; |
|
Size of the memory allocated for the Blob buffer |
end; |
TBlobBuffer is a record type used to represent a buffer allocated for a Blob field. Pointers to TBlobBuffer (PBlobBuffer) are used in the implementation of TBufBlobStream and TBufDataset.
|
Implements a Blob Stream for TBufDataset |
|
|
Dataset connected to a database. |
|
|
Implements a database-aware buffered dataset |