Public Member Functions | |
Clear () | |
IZBlob | Clone () |
Oid | GetBlobOid () |
TByteDynArray | GetBytes () |
TStream | GetStream () |
string | GetString () |
WideString | GetUnicodeString () |
Boolean | IsEmpty () |
Boolean | IsUpdated () |
LongInt | Length () |
ReadBlob () | |
SetBytes (const TByteDynArray Value) | |
SetStream (TStream Value) | |
SetString (const string Value) | |
SetUnicodeString (const WideString Value) | |
WriteBlob () |
Definition at line 173 of file ZDbcPostgreSqlResultSet.pas.
IZBlob::Clear | ( | ) | [inherited] |
Reimplemented in TZAbstractBlob.
IZBlob IZBlob::Clone | ( | ) | [inherited] |
Reimplemented in TZASABlob, TZInterbase6Blob, TZOracleBlob, TZPostgreSQLBlob, and TZAbstractBlob.
Oid IZPostgreSQLBlob::GetBlobOid | ( | ) |
Reimplemented in TZPostgreSQLBlob.
TByteDynArray IZBlob::GetBytes | ( | ) | [inherited] |
Reimplemented in TZASABlob, TZInterbase6Blob, and TZAbstractBlob.
TStream IZBlob::GetStream | ( | ) | [inherited] |
Reimplemented in TZASABlob, TZInterbase6Blob, TZOracleBlob, TZPostgreSQLBlob, and TZAbstractBlob.
string IZBlob::GetString | ( | ) | [inherited] |
Reimplemented in TZASABlob, TZInterbase6Blob, and TZAbstractBlob.
WideString IZBlob::GetUnicodeString | ( | ) | [inherited] |
Reimplemented in TZASABlob, TZInterbase6Blob, and TZAbstractBlob.
Boolean IZBlob::IsEmpty | ( | ) | [inherited] |
Reimplemented in TZASABlob, TZInterbase6Blob, TZOracleBlob, TZPostgreSQLBlob, and TZAbstractBlob.
Boolean IZBlob::IsUpdated | ( | ) | [inherited] |
Reimplemented in TZAbstractBlob.
LongInt IZBlob::Length | ( | ) | [inherited] |
Reimplemented in TZAbstractBlob.
IZPostgreSQLBlob::ReadBlob | ( | ) |
Reimplemented in TZPostgreSQLBlob.
IZBlob::SetBytes | ( | const TByteDynArray | Value | ) | [inherited] |
Reimplemented in TZAbstractBlob.
IZBlob::SetStream | ( | TStream | Value | ) | [inherited] |
Reimplemented in TZAbstractBlob.
IZBlob::SetString | ( | const string | Value | ) | [inherited] |
Reimplemented in TZAbstractBlob.
IZBlob::SetUnicodeString | ( | const WideString | Value | ) | [inherited] |
Reimplemented in TZAbstractBlob.
IZPostgreSQLBlob::WriteBlob | ( | ) |
Reimplemented in TZPostgreSQLBlob.