Definition at line 2110 of file ZPlainAdo.pas.
Command15::_Set_ActiveConnection | ( | const Connection15 | ppvObject | ) | [inherited] |
Command25::Cancel | ( | ) |
_Parameter Command15::CreateParameter | ( | const WideString | Name, | |
DataTypeEnum | Type_, | |||
ParameterDirectionEnum | Direction, | |||
ADO_LONGPTR | Size, | |||
OleVariant | Value | |||
) | [inherited] |
Recordset15 Command15::Execute | ( | OleVariant & | RecordsAffected, | |
const OleVariant | Parameters, | |||
Integer | Options | |||
) | [inherited] |
Connection15 Command15::Get_ActiveConnection | ( | ) | [inherited] |
WideString Command15::Get_CommandText | ( | ) | [inherited] |
Integer Command15::Get_CommandTimeout | ( | ) | [inherited] |
CommandTypeEnum Command15::Get_CommandType | ( | ) | [inherited] |
WideString Command15::Get_Name | ( | ) | [inherited] |
Parameters Command15::Get_Parameters | ( | ) | [inherited] |
WordBool Command15::Get_Prepared | ( | ) | [inherited] |
Properties _ADO::Get_Properties | ( | ) | [inherited] |
Integer Command25::Get_State | ( | ) |
Command15::Set_ActiveConnection | ( | OleVariant | ppvObject | ) | [inherited] |
Command15::Set_CommandText | ( | const WideString | pbstr | ) | [inherited] |
Command15::Set_CommandTimeout | ( | Integer | pl | ) | [inherited] |
Command15::Set_CommandType | ( | CommandTypeEnum | plCmdType | ) | [inherited] |
Command15::Set_Name | ( | const WideString | pbstrName | ) | [inherited] |
Command15::Set_Prepared | ( | WordBool | pfPrepared | ) | [inherited] |
WideString Command15::CommandText [inherited] |
Set_CommandText For writing
Definition at line 1164 of file ZPlainAdo.pas.
Integer Command15::CommandTimeout [inherited] |
Set_CommandTimeout For writing
Definition at line 1169 of file ZPlainAdo.pas.
CommandTypeEnum Command15::CommandType [inherited] |
Set_CommandType For writing
Definition at line 1178 of file ZPlainAdo.pas.
WideString Command15::Name [inherited] |
Parameters Command15::Parameters [inherited] |
WordBool Command15::Prepared [inherited] |
Set_Prepared For writing
Definition at line 1172 of file ZPlainAdo.pas.
Properties _ADO::Properties [inherited] |
Integer Command25::State |