Definition at line 2132 of file ZPlainAdo.pas.
Command15::_Set_ActiveConnection | ( | const Connection15 | ppvObject | ) | [inherited] |
_Command::_Set_CommandStream | ( | const IUnknown | pvStream | ) |
Command25::Cancel | ( | ) | [inherited] |
_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] |
OleVariant _Command::Get_CommandStream | ( | ) |
WideString Command15::Get_CommandText | ( | ) | [inherited] |
Integer Command15::Get_CommandTimeout | ( | ) | [inherited] |
CommandTypeEnum Command15::Get_CommandType | ( | ) | [inherited] |
WideString _Command::Get_Dialect | ( | ) |
WideString Command15::Get_Name | ( | ) | [inherited] |
WordBool _Command::Get_NamedParameters | ( | ) |
Parameters Command15::Get_Parameters | ( | ) | [inherited] |
WordBool Command15::Get_Prepared | ( | ) | [inherited] |
Properties _ADO::Get_Properties | ( | ) | [inherited] |
Integer Command25::Get_State | ( | ) | [inherited] |
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] |
_Command::Set_Dialect | ( | const WideString | pbstrDialect | ) |
Command15::Set_Name | ( | const WideString | pbstrName | ) | [inherited] |
_Command::Set_NamedParameters | ( | WordBool | pfNamedParameters | ) |
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 _Command::Dialect |
Set_Dialect For writing
Definition at line 2157 of file ZPlainAdo.pas.
WideString Command15::Name [inherited] |
WordBool _Command::NamedParameters |
Set_NamedParameters For writing
Definition at line 2162 of file ZPlainAdo.pas.
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 [inherited] |