Public Member Functions | |
Extended | GetBigDecimal (const Integer Index) |
Boolean | GetBoolean (const Integer Index) |
ShortInt | GetByte (const Integer Index) |
TByteDynArray | GetBytes (const Integer Index) |
TDateTime | GetDate (const Integer Index) |
Double | GetDouble (const Integer Index) |
Single | GetFloat (const Integer Index) |
Integer | GetInt (const Integer Index) |
Int64 | GetLong (const Integer Index) |
PChar | GetPChar (const Integer Index) |
TISC_QUAD | GetQuad (const Integer Index) |
SmallInt | GetShort (const Integer Index) |
string | GetString (const Integer Index) |
TDateTime | GetTime (const Integer Index) |
TDateTime | GetTimestamp (const Integer Index) |
Variant | GetValue (const Word Index) |
Boolean | IsNull (const Integer Index) |
ReadBlobFromStream (const Word Index, TStream Stream) | |
ReadBlobFromString (const Word Index, string &str) | |
ReadBlobFromVariant (const Word Index, Variant &Value) |
Definition at line 291 of file ZDbcInterbase6Utils.pas.
Extended IZResultSQLDA::GetBigDecimal | ( | const Integer | Index | ) |
Reimplemented in TZResultSQLDA.
Boolean IZResultSQLDA::GetBoolean | ( | const Integer | Index | ) |
Reimplemented in TZResultSQLDA.
ShortInt IZResultSQLDA::GetByte | ( | const Integer | Index | ) |
Reimplemented in TZResultSQLDA.
TByteDynArray IZResultSQLDA::GetBytes | ( | const Integer | Index | ) |
Reimplemented in TZResultSQLDA.
TDateTime IZResultSQLDA::GetDate | ( | const Integer | Index | ) |
Reimplemented in TZResultSQLDA.
Double IZResultSQLDA::GetDouble | ( | const Integer | Index | ) |
Reimplemented in TZResultSQLDA.
Single IZResultSQLDA::GetFloat | ( | const Integer | Index | ) |
Reimplemented in TZResultSQLDA.
Integer IZResultSQLDA::GetInt | ( | const Integer | Index | ) |
Reimplemented in TZResultSQLDA.
Int64 IZResultSQLDA::GetLong | ( | const Integer | Index | ) |
Reimplemented in TZResultSQLDA.
PChar IZResultSQLDA::GetPChar | ( | const Integer | Index | ) |
Reimplemented in TZResultSQLDA.
TISC_QUAD IZResultSQLDA::GetQuad | ( | const Integer | Index | ) |
Reimplemented in TZResultSQLDA.
SmallInt IZResultSQLDA::GetShort | ( | const Integer | Index | ) |
Reimplemented in TZResultSQLDA.
string IZResultSQLDA::GetString | ( | const Integer | Index | ) |
Reimplemented in TZResultSQLDA.
TDateTime IZResultSQLDA::GetTime | ( | const Integer | Index | ) |
Reimplemented in TZResultSQLDA.
TDateTime IZResultSQLDA::GetTimestamp | ( | const Integer | Index | ) |
Reimplemented in TZResultSQLDA.
Variant IZResultSQLDA::GetValue | ( | const Word | Index | ) |
Reimplemented in TZResultSQLDA.
Boolean IZResultSQLDA::IsNull | ( | const Integer | Index | ) |
Reimplemented in TZResultSQLDA.
IZResultSQLDA::ReadBlobFromStream | ( | const Word | Index, | |
TStream | Stream | |||
) |
Reimplemented in TZResultSQLDA.
IZResultSQLDA::ReadBlobFromString | ( | const Word | Index, | |
string & | str | |||
) |
Reimplemented in TZResultSQLDA.
IZResultSQLDA::ReadBlobFromVariant | ( | const Word | Index, | |
Variant & | Value | |||
) |
Reimplemented in TZResultSQLDA.