Public Member Functions | |
Clear () | |
IZBlob | Clone () |
TByteDynArray | GetBytes () |
TStream | GetStream () |
string | GetString () |
WideString | GetUnicodeString () |
Boolean | IsEmpty () |
Boolean | IsUpdated () |
LongInt | Length () |
SetBytes (const TByteDynArray Value) | |
SetStream (TStream Value) | |
SetString (const string Value) | |
SetUnicodeString (const WideString Value) | |
TZInterbase6Blob (IZInterbase6Connection IBConnection, TISC_QUAD &BlobId) | |
Reads the blob information by blob handle. | |
Protected Member Functions | |
ReadBlob () | |
Protected Attributes | |
Pointer | BlobData |
Integer | BlobSize |
Boolean | Updated |
Private Attributes | |
TISC_QUAD | FBlobId |
Boolean | FBlobRead |
IZInterbase6Connection | FIBConnection |
Definition at line 189 of file ZDbcInterbase6ResultSet.pas.
TZInterbase6Blob::TZInterbase6Blob | ( | IZInterbase6Connection | IBConnection, | |
TISC_QUAD & | BlobId | |||
) |
Reads the blob information by blob handle.
handle | a Interbase6 database connect handle. | |
the | statement previously prepared |
Definition at line 833 of file ZDbcInterbase6ResultSet.pas.
TZAbstractBlob::Clear | ( | ) | [inherited] |
Reimplemented from IZBlob.
IZBlob TZInterbase6Blob::Clone | ( | ) |
TByteDynArray TZInterbase6Blob::GetBytes | ( | ) |
TStream TZInterbase6Blob::GetStream | ( | ) |
string TZInterbase6Blob::GetString | ( | ) |
WideString TZInterbase6Blob::GetUnicodeString | ( | ) |
Boolean TZInterbase6Blob::IsEmpty | ( | ) |
Boolean TZAbstractBlob::IsUpdated | ( | ) | [inherited] |
Reimplemented from IZBlob.
LongInt TZAbstractBlob::Length | ( | ) | [inherited] |
Reimplemented from IZBlob.
TZInterbase6Blob::ReadBlob | ( | ) | [protected] |
Definition at line 890 of file ZDbcInterbase6ResultSet.pas.
TZAbstractBlob::SetBytes | ( | const TByteDynArray | Value | ) | [inherited] |
Reimplemented from IZBlob.
TZAbstractBlob::SetStream | ( | TStream | Value | ) | [inherited] |
Reimplemented from IZBlob.
TZAbstractBlob::SetString | ( | const string | Value | ) | [inherited] |
Reimplemented from IZBlob.
TZAbstractBlob::SetUnicodeString | ( | const WideString | Value | ) | [inherited] |
Reimplemented from IZBlob.
Pointer TZAbstractBlob::BlobData [protected, inherited] |
Integer TZAbstractBlob::BlobSize [protected, inherited] |
TISC_QUAD TZInterbase6Blob::FBlobId [private] |
Definition at line 194 of file ZDbcInterbase6ResultSet.pas.
Boolean TZInterbase6Blob::FBlobRead [private] |
Definition at line 196 of file ZDbcInterbase6ResultSet.pas.
Definition at line 198 of file ZDbcInterbase6ResultSet.pas.
Boolean TZAbstractBlob::Updated [protected, inherited] |
Definition at line 770 of file ZDbcResultSet.pas.