Interface ISQLPreparedStatement

Unit

Declaration

type ISQLPreparedStatement = interface(IInterface)

Description

Attributes
GUID['{C330261E-116B-491D-860D-D2C1659BA101}']

Hierarchy

Overview

Methods

Public procedure SetFieldType(iIndex: integer; iType: TFieldType);
Public procedure SetFieldTypeByName(const iName: string; iType: TFieldType);
Public procedure SetValue(iIndex: integer; iValue: Variant);
Public procedure SetInt(iIndex: integer; iValue: integer);
Public procedure SetString(iIndex: integer; const iValue: string);
Public procedure SetMemo(iIndex: integer; const iValue: string);
Public procedure SetDate(iIndex: integer; iValue: TDateTime);
Public procedure SetTime(iIndex: integer; iValue: TDateTime);
Public procedure SetTimestamp(iIndex: integer; iValue: TDateTime);
Public procedure SetFloat(iIndex: integer; iValue: double);
Public procedure SetBoolean(iIndex: integer; iValue: boolean);
Public procedure SetBinaryStream(iIndex: integer; const iValue: RawByteString);
Public procedure SetValueByName(const iName: string; iValue: Variant);
Public procedure SetIntByName(const iName: string; iValue: integer);
Public procedure SetStringByName(const iName: string; const iValue: string);
Public procedure SetMemoByName(const iName: string; const iValue: string);
Public procedure SetDateByName(const iName: string; iValue: TDateTime);
Public procedure SetTimeByName(const iName: string; iValue: TDateTime);
Public procedure SetTimestampByName(const iName: string; iValue: TDateTime);
Public procedure SetFloatByName(const iName: string; iValue: double);
Public procedure SetBooleanByName(const iName: string; iValue: boolean);
Public procedure SetBinaryStreamByName(const iName: string; const iValue: RawByteString);
Public procedure SetNull(iIndex: integer; iFieldType: TFieldType);
Public procedure SetNullByName(const iName: string; iFieldType: TFieldType);
Public procedure SetParamSize(iIndex: integer; iSize: integer);
Public procedure SetParamSizeByName(const iName: string; iSize: integer);
Public function ExecuteQueryPrepared: ISQLResultSet;
Public function ExecuteUpdatePrepared: integer;

Description

Methods

Public procedure SetFieldType(iIndex: integer; iType: TFieldType);
 
Public procedure SetFieldTypeByName(const iName: string; iType: TFieldType);
 
Public procedure SetValue(iIndex: integer; iValue: Variant);
 
Public procedure SetInt(iIndex: integer; iValue: integer);
 
Public procedure SetString(iIndex: integer; const iValue: string);
 
Public procedure SetMemo(iIndex: integer; const iValue: string);
 
Public procedure SetDate(iIndex: integer; iValue: TDateTime);
 
Public procedure SetTime(iIndex: integer; iValue: TDateTime);
 
Public procedure SetTimestamp(iIndex: integer; iValue: TDateTime);
 
Public procedure SetFloat(iIndex: integer; iValue: double);
 
Public procedure SetBoolean(iIndex: integer; iValue: boolean);
 
Public procedure SetBinaryStream(iIndex: integer; const iValue: RawByteString);
 
Public procedure SetValueByName(const iName: string; iValue: Variant);
 
Public procedure SetIntByName(const iName: string; iValue: integer);
 
Public procedure SetStringByName(const iName: string; const iValue: string);
 
Public procedure SetMemoByName(const iName: string; const iValue: string);
 
Public procedure SetDateByName(const iName: string; iValue: TDateTime);
 
Public procedure SetTimeByName(const iName: string; iValue: TDateTime);
 
Public procedure SetTimestampByName(const iName: string; iValue: TDateTime);
 
Public procedure SetFloatByName(const iName: string; iValue: double);
 
Public procedure SetBooleanByName(const iName: string; iValue: boolean);
 
Public procedure SetBinaryStreamByName(const iName: string; const iValue: RawByteString);
 
Public procedure SetNull(iIndex: integer; iFieldType: TFieldType);
 
Public procedure SetNullByName(const iName: string; iFieldType: TFieldType);
 
Public procedure SetParamSize(iIndex: integer; iSize: integer);
 
Public procedure SetParamSizeByName(const iName: string; iSize: integer);
 
Public function ExecuteQueryPrepared: ISQLResultSet;
 
Public function ExecuteUpdatePrepared: integer;
 

Generated by PasDoc 0.16.0.