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