Interface ISQLPreparedStatement
Unit
Declaration
type ISQLPreparedStatement = interface(IInterface)
Description
Attributes
- GUID['{C330261E-116B-491D-860D-D2C1659BA101}']
Hierarchy
- IInterface
- ISQLPreparedStatement
Overview
Methods
procedure SetFieldType(iIndex: integer; iType: TFieldType); |
|
procedure SetFieldTypeByName(const iName: string; iType: TFieldType); |
|
procedure SetValue(iIndex: integer; iValue: Variant); |
|
procedure SetInt(iIndex: integer; iValue: integer); |
|
procedure SetString(iIndex: integer; const iValue: string); |
|
procedure SetMemo(iIndex: integer; const iValue: string); |
|
procedure SetDate(iIndex: integer; iValue: TDateTime); |
|
procedure SetTime(iIndex: integer; iValue: TDateTime); |
|
procedure SetTimestamp(iIndex: integer; iValue: TDateTime); |
|
procedure SetFloat(iIndex: integer; iValue: double); |
|
procedure SetBoolean(iIndex: integer; iValue: boolean); |
|
procedure SetBinaryStream(iIndex: integer; const iValue: RawByteString); |
|
procedure SetValueByName(const iName: string; iValue: Variant); |
|
procedure SetIntByName(const iName: string; iValue: integer); |
|
procedure SetStringByName(const iName: string; const iValue: string); |
|
procedure SetMemoByName(const iName: string; const iValue: string); |
|
procedure SetDateByName(const iName: string; iValue: TDateTime); |
|
procedure SetTimeByName(const iName: string; iValue: TDateTime); |
|
procedure SetTimestampByName(const iName: string; iValue: TDateTime); |
|
procedure SetFloatByName(const iName: string; iValue: double); |
|
procedure SetBooleanByName(const iName: string; iValue: boolean); |
|
procedure SetBinaryStreamByName(const iName: string; const iValue: RawByteString); |
|
procedure SetNull(iIndex: integer; iFieldType: TFieldType); |
|
procedure SetNullByName(const iName: string; iFieldType: TFieldType); |
|
procedure SetParamSize(iIndex: integer; iSize: integer); |
|
procedure SetParamSizeByName(const iName: string; iSize: integer); |
|
function ExecuteQueryPrepared: ISQLResultSet; |
|
function ExecuteUpdatePrepared: integer; |
Description
Methods
procedure SetFieldType(iIndex: integer; iType: TFieldType); |
|
procedure SetFieldTypeByName(const iName: string; iType: TFieldType); |
|
procedure SetValue(iIndex: integer; iValue: Variant); |
|
procedure SetInt(iIndex: integer; iValue: integer); |
|
procedure SetString(iIndex: integer; const iValue: string); |
|
procedure SetMemo(iIndex: integer; const iValue: string); |
|
procedure SetDate(iIndex: integer; iValue: TDateTime); |
|
procedure SetTime(iIndex: integer; iValue: TDateTime); |
|
procedure SetTimestamp(iIndex: integer; iValue: TDateTime); |
|
procedure SetFloat(iIndex: integer; iValue: double); |
|
procedure SetBoolean(iIndex: integer; iValue: boolean); |
|
procedure SetBinaryStream(iIndex: integer; const iValue: RawByteString); |
|
procedure SetValueByName(const iName: string; iValue: Variant); |
|
procedure SetIntByName(const iName: string; iValue: integer); |
|
procedure SetStringByName(const iName: string; const iValue: string); |
|
procedure SetMemoByName(const iName: string; const iValue: string); |
|
procedure SetDateByName(const iName: string; iValue: TDateTime); |
|
procedure SetTimeByName(const iName: string; iValue: TDateTime); |
|
procedure SetTimestampByName(const iName: string; iValue: TDateTime); |
|
procedure SetFloatByName(const iName: string; iValue: double); |
|
procedure SetBooleanByName(const iName: string; iValue: boolean); |
|
procedure SetBinaryStreamByName(const iName: string; const iValue: RawByteString); |
|
procedure SetNull(iIndex: integer; iFieldType: TFieldType); |
|
procedure SetNullByName(const iName: string; iFieldType: TFieldType); |
|
procedure SetParamSize(iIndex: integer; iSize: integer); |
|
procedure SetParamSizeByName(const iName: string; iSize: integer); |
|
function ExecuteQueryPrepared: ISQLResultSet; |
|
function ExecuteUpdatePrepared: integer; |
|
Generated by PasDoc 0.16.0.