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) | |
TZASABlob (Pointer Data, Integer Size) | |
TZASABlob (TStream Stream) | |
TZASABlob (TZASAResultSet ResultSet, Integer ColID) | |
Reads the blob information by blob handle. | |
Public Attributes | |
BlobData | |
BlobSize | |
Protected Member Functions | |
ReadBlob () | |
Protected Attributes | |
Boolean | Updated |
Private Attributes | |
Boolean | FBlobRead |
Integer | FColID |
TZASAResultSet | FResultSet |
Definition at line 340 of file ZDbcASAResultSet.pas.
TZASABlob::TZASABlob | ( | TZASAResultSet | ResultSet, | |
Integer | ColID | |||
) |
Reads the blob information by blob handle.
handle | a Interbase6 database connect handle. | |
the | statement previously prepared |
Definition at line 1386 of file ZDbcASAResultSet.pas.
TZASABlob::TZASABlob | ( | TStream | Stream | ) |
Definition at line 1399 of file ZDbcASAResultSet.pas.
TZASABlob::TZASABlob | ( | Pointer | Data, | |
Integer | Size | |||
) |
Definition at line 1409 of file ZDbcASAResultSet.pas.
TZAbstractBlob::Clear | ( | ) | [inherited] |
Reimplemented from IZBlob.
IZBlob TZASABlob::Clone | ( | ) |
TByteDynArray TZASABlob::GetBytes | ( | ) |
TStream TZASABlob::GetStream | ( | ) |
string TZASABlob::GetString | ( | ) |
WideString TZASABlob::GetUnicodeString | ( | ) |
Boolean TZASABlob::IsEmpty | ( | ) |
Boolean TZAbstractBlob::IsUpdated | ( | ) | [inherited] |
Reimplemented from IZBlob.
LongInt TZAbstractBlob::Length | ( | ) | [inherited] |
Reimplemented from IZBlob.
TZASABlob::ReadBlob | ( | ) | [protected] |
Definition at line 1468 of file ZDbcASAResultSet.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.
Boolean TZASABlob::FBlobRead [private] |
Definition at line 345 of file ZDbcASAResultSet.pas.
Integer TZASABlob::FColID [private] |
Definition at line 349 of file ZDbcASAResultSet.pas.
TZASAResultSet TZASABlob::FResultSet [private] |
Definition at line 347 of file ZDbcASAResultSet.pas.
Boolean TZAbstractBlob::Updated [protected, inherited] |
Definition at line 770 of file ZDbcResultSet.pas.