Public Member Functions | |
Clear () | |
IZBlob | Clone () |
CreateBlob () | |
TByteDynArray | GetBytes () |
POCILobLocator | GetLobLocator () |
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 195 of file ZDbcOracleResultSet.pas.
IZBlob::Clear | ( | ) | [inherited] |
Reimplemented in TZAbstractBlob.
IZBlob IZBlob::Clone | ( | ) | [inherited] |
Reimplemented in TZASABlob, TZInterbase6Blob, TZOracleBlob, TZPostgreSQLBlob, and TZAbstractBlob.
IZOracleBlob::CreateBlob | ( | ) |
Reimplemented in TZOracleBlob.
TByteDynArray IZBlob::GetBytes | ( | ) | [inherited] |
Reimplemented in TZASABlob, TZInterbase6Blob, and TZAbstractBlob.
POCILobLocator IZOracleBlob::GetLobLocator | ( | ) |
Reimplemented in TZOracleBlob.
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.
IZOracleBlob::ReadBlob | ( | ) |
Reimplemented in TZOracleBlob.
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.
IZOracleBlob::WriteBlob | ( | ) |
Reimplemented in TZOracleBlob.