Definition at line 1343 of file ZPlainAdo.pas.
Integer Connection15::BeginTrans | ( | ) | [inherited] |
_Connection::Cancel | ( | ) |
Connection15::Close | ( | ) | [inherited] |
Connection15::CommitTrans | ( | ) | [inherited] |
Recordset15 Connection15::Execute | ( | const WideString | CommandText, | |
OleVariant & | RecordsAffected, | |||
Integer | Options | |||
) | [inherited] |
Integer Connection15::Get_Attributes | ( | ) | [inherited] |
Integer Connection15::Get_CommandTimeout | ( | ) | [inherited] |
WideString Connection15::Get_ConnectionString | ( | ) | [inherited] |
Integer Connection15::Get_ConnectionTimeout | ( | ) | [inherited] |
CursorLocationEnum Connection15::Get_CursorLocation | ( | ) | [inherited] |
WideString Connection15::Get_DefaultDatabase | ( | ) | [inherited] |
Errors Connection15::Get_Errors | ( | ) | [inherited] |
IsolationLevelEnum Connection15::Get_IsolationLevel | ( | ) | [inherited] |
ConnectModeEnum Connection15::Get_Mode | ( | ) | [inherited] |
Properties _ADO::Get_Properties | ( | ) | [inherited] |
WideString Connection15::Get_Provider | ( | ) | [inherited] |
Integer Connection15::Get_State | ( | ) | [inherited] |
WideString Connection15::Get_Version | ( | ) | [inherited] |
Connection15::Open | ( | const WideString | ConnectionString, | |
const WideString | UserID, | |||
const WideString | Password, | |||
Integer | Options | |||
) | [inherited] |
Recordset15 Connection15::OpenSchema | ( | SchemaEnum | Schema, | |
OleVariant | Restrictions, | |||
OleVariant | SchemaID | |||
) | [inherited] |
Connection15::RollbackTrans | ( | ) | [inherited] |
Connection15::Set_Attributes | ( | Integer | plAttr | ) | [inherited] |
Connection15::Set_CommandTimeout | ( | Integer | plTimeout | ) | [inherited] |
Connection15::Set_ConnectionString | ( | const WideString | pbstr | ) | [inherited] |
Connection15::Set_ConnectionTimeout | ( | Integer | plTimeout | ) | [inherited] |
Connection15::Set_CursorLocation | ( | CursorLocationEnum | plCursorLoc | ) | [inherited] |
Connection15::Set_DefaultDatabase | ( | const WideString | pbstr | ) | [inherited] |
Connection15::Set_IsolationLevel | ( | IsolationLevelEnum | Level | ) | [inherited] |
Connection15::Set_Mode | ( | ConnectModeEnum | plMode | ) | [inherited] |
Connection15::Set_Provider | ( | const WideString | pbstr | ) | [inherited] |
Integer Connection15::Attributes [inherited] |
Set_Attributes For writing
Definition at line 1321 of file ZPlainAdo.pas.
Integer Connection15::CommandTimeout [inherited] |
Set_CommandTimeout For writing
Definition at line 1303 of file ZPlainAdo.pas.
WideString Connection15::ConnectionString [inherited] |
Set_ConnectionString For writing
Definition at line 1298 of file ZPlainAdo.pas.
Integer Connection15::ConnectionTimeout [inherited] |
Set_ConnectionTimeout For writing
Definition at line 1306 of file ZPlainAdo.pas.
CursorLocationEnum Connection15::CursorLocation [inherited] |
Set_CursorLocation For writing
Definition at line 1324 of file ZPlainAdo.pas.
WideString Connection15::DefaultDatabase [inherited] |
Set_DefaultDatabase For writing
Definition at line 1315 of file ZPlainAdo.pas.
Errors Connection15::Errors [inherited] |
IsolationLevelEnum Connection15::IsolationLevel [inherited] |
Set_IsolationLevel For writing
Definition at line 1318 of file ZPlainAdo.pas.
ConnectModeEnum Connection15::Mode [inherited] |
Properties _ADO::Properties [inherited] |
WideString Connection15::Provider [inherited] |
Set_Provider For writing
Definition at line 1330 of file ZPlainAdo.pas.
Integer Connection15::State [inherited] |
WideString Connection15::Version [inherited] |