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) | |
TZAbstractBlob (Pointer Data, Integer Size) | |
TZAbstractBlob (TStream Stream) | |
~TZAbstractBlob () | |
Protected Attributes | |
Pointer | BlobData |
Integer | BlobSize |
Boolean | Updated |
Private Attributes | |
Pointer | FBlobData |
Integer | FBlobSize |
Boolean | FUpdated |
Definition at line 751 of file ZDbcResultSet.pas.
TZAbstractBlob::TZAbstractBlob | ( | TStream | Stream | ) |
TZAbstractBlob::TZAbstractBlob | ( | Pointer | Data, | |
Integer | Size | |||
) |
TZAbstractBlob::~TZAbstractBlob | ( | ) |
TZAbstractBlob::Clear | ( | ) |
Reimplemented from IZBlob.
IZBlob TZAbstractBlob::Clone | ( | ) |
Reimplemented from IZBlob.
Reimplemented in TZASABlob, TZInterbase6Blob, TZOracleBlob, and TZPostgreSQLBlob.
TByteDynArray TZAbstractBlob::GetBytes | ( | ) |
TStream TZAbstractBlob::GetStream | ( | ) |
Reimplemented from IZBlob.
Reimplemented in TZASABlob, TZInterbase6Blob, TZOracleBlob, and TZPostgreSQLBlob.
string TZAbstractBlob::GetString | ( | ) |
WideString TZAbstractBlob::GetUnicodeString | ( | ) |
Boolean TZAbstractBlob::IsEmpty | ( | ) |
Reimplemented from IZBlob.
Reimplemented in TZASABlob, TZInterbase6Blob, TZOracleBlob, and TZPostgreSQLBlob.
Boolean TZAbstractBlob::IsUpdated | ( | ) |
Reimplemented from IZBlob.
LongInt TZAbstractBlob::Length | ( | ) |
Reimplemented from IZBlob.
TZAbstractBlob::SetBytes | ( | const TByteDynArray | Value | ) |
Reimplemented from IZBlob.
TZAbstractBlob::SetStream | ( | TStream | Value | ) |
Reimplemented from IZBlob.
TZAbstractBlob::SetString | ( | const string | Value | ) |
Reimplemented from IZBlob.
TZAbstractBlob::SetUnicodeString | ( | const WideString | Value | ) |
Reimplemented from IZBlob.
Pointer TZAbstractBlob::BlobData [protected] |
Integer TZAbstractBlob::BlobSize [protected] |
Pointer TZAbstractBlob::FBlobData [private] |
Definition at line 756 of file ZDbcResultSet.pas.
Integer TZAbstractBlob::FBlobSize [private] |
Definition at line 758 of file ZDbcResultSet.pas.
Boolean TZAbstractBlob::FUpdated [private] |
Definition at line 760 of file ZDbcResultSet.pas.
Boolean TZAbstractBlob::Updated [protected] |
Definition at line 770 of file ZDbcResultSet.pas.