Public Member Functions | |
UpdateBigDecimal (const Integer Index, Extended Value) | |
UpdateBoolean (const Integer Index, boolean Value) | |
UpdateByte (const Integer Index, ShortInt Value) | |
UpdateBytes (const Integer Index, TByteDynArray Value) | |
UpdateDate (const Integer Index, TDateTime Value) | |
UpdateDouble (const Integer Index, Double Value) | |
UpdateFloat (const Integer Index, Single Value) | |
UpdateInt (const Integer Index, Integer Value) | |
UpdateLong (const Integer Index, Int64 Value) | |
UpdateNull (const Integer Index, boolean Value) | |
UpdatePChar (const Integer Index, PChar Value) | |
UpdateQuad (const Word Index, const TISC_QUAD Value) | |
UpdateShort (const Integer Index, SmallInt Value) | |
UpdateString (const Integer Index, string Value) | |
UpdateTime (const Integer Index, TDateTime Value) | |
UpdateTimestamp (const Integer Index, TDateTime Value) | |
WriteBlob (const Integer Index, TStream Stream) |
Definition at line 197 of file ZDbcInterbase6Utils.pas.
IZParamsSQLDA::UpdateBigDecimal | ( | const Integer | Index, | |
Extended | Value | |||
) |
Reimplemented in TZParamsSQLDA.
IZParamsSQLDA::UpdateBoolean | ( | const Integer | Index, | |
boolean | Value | |||
) |
Reimplemented in TZParamsSQLDA.
IZParamsSQLDA::UpdateByte | ( | const Integer | Index, | |
ShortInt | Value | |||
) |
Reimplemented in TZParamsSQLDA.
IZParamsSQLDA::UpdateBytes | ( | const Integer | Index, | |
TByteDynArray | Value | |||
) |
Reimplemented in TZParamsSQLDA.
IZParamsSQLDA::UpdateDate | ( | const Integer | Index, | |
TDateTime | Value | |||
) |
Reimplemented in TZParamsSQLDA.
IZParamsSQLDA::UpdateDouble | ( | const Integer | Index, | |
Double | Value | |||
) |
Reimplemented in TZParamsSQLDA.
IZParamsSQLDA::UpdateFloat | ( | const Integer | Index, | |
Single | Value | |||
) |
Reimplemented in TZParamsSQLDA.
IZParamsSQLDA::UpdateInt | ( | const Integer | Index, | |
Integer | Value | |||
) |
Reimplemented in TZParamsSQLDA.
IZParamsSQLDA::UpdateLong | ( | const Integer | Index, | |
Int64 | Value | |||
) |
Reimplemented in TZParamsSQLDA.
IZParamsSQLDA::UpdateNull | ( | const Integer | Index, | |
boolean | Value | |||
) |
Reimplemented in TZParamsSQLDA.
IZParamsSQLDA::UpdatePChar | ( | const Integer | Index, | |
PChar | Value | |||
) |
Reimplemented in TZParamsSQLDA.
IZParamsSQLDA::UpdateQuad | ( | const Word | Index, | |
const TISC_QUAD | Value | |||
) |
Reimplemented in TZParamsSQLDA.
IZParamsSQLDA::UpdateShort | ( | const Integer | Index, | |
SmallInt | Value | |||
) |
Reimplemented in TZParamsSQLDA.
IZParamsSQLDA::UpdateString | ( | const Integer | Index, | |
string | Value | |||
) |
Reimplemented in TZParamsSQLDA.
IZParamsSQLDA::UpdateTime | ( | const Integer | Index, | |
TDateTime | Value | |||
) |
Reimplemented in TZParamsSQLDA.
IZParamsSQLDA::UpdateTimestamp | ( | const Integer | Index, | |
TDateTime | Value | |||
) |
Reimplemented in TZParamsSQLDA.
IZParamsSQLDA::WriteBlob | ( | const Integer | Index, | |
TStream | Stream | |||
) |
Reimplemented in TZParamsSQLDA.