Data.Win.ADODB
From RAD Studio API Documentation
Defines classes that implement functionality to use ADO commands, connections, datasets, queries, stored procedures, ADO tables, and more.
Classes
| _Command | _Command is an alias for the MSDN ADO Command object. |
| _Connection | _Connection is an alias for the MSDN ADO Connection interface. |
| _Parameter | _Parameter is an alias for the MSDN ADO Parameter object. |
| _Recordset | _Recordset is an alias for the MSDN ADO Recordset object. |
| EADOError | EADOError is the exception class for database errors generated by ADO databases. |
| Error | Error is an alias for the MSDN ADO Error object. |
| Errors | Errors is an alias for the MSDN ADO Errors collection. |
| Parameters | Parameters is an alias for the MSDN ADO Parameters collection. |
| Properties | Properties is an alias for the MSDN ADO Properties collection. |
| Property_ | Property_ is an alias for the MSDN ADO Property object. |
| TADOBlobStream | TADOBlobStream is a stream object that reads from and writes to field objects that represent Binary large object (BLOB) fields. |
| TADOCommand | TADOCommand represents an ADO command object. |
| TADOConnection | TADOConnection connects to an ADO data store. |
| TADODataSet | TADODataSet represents a dataset retrieved from an ADO data store. |
| TADOQuery | TADOQuery provides the means for issuing SQL against an ADO data store. |
| TADOStoredProc | TADOStoredProc encapsulates a stored procedure in an ADO database. |
| TADOTable | TADOTable is a dataset component that encapsulates a table accessed through an ADO data store. |
| TCustomADODataSet | TCustomADODataSet is the virtualized base class for all ADO dataset components. |
| TParameter | TParameter represents a parameter. |
| TParameters | TParameters manages a collection of parameters. |
| TRDSConnection | TRDSConnection implements an RDS DataSpace object. |
Routines
| CreateUDLFile | |
| DataLinkDir | |
| GetDataLinkFiles | |
| GetProviderNames | |
| PromptDataLinkFile | |
| PromptDataSource |
Types
| PVariantList | |
| TADOLockType | TADOLockType specifies the types of locks used. |
| TAffectRecords | |
| TBeginTransCompleteEvent | |
| TCommandType | TCommandType values designate the type of a command. |
| TConnectErrorEvent | |
| TConnectMode | TConnectMode values indicate the persimissions available to a connection. |
| TConnectOption | TConnectOption indicates whether the connection to the ADO data store is synchronous or asynchronous. |
| TCursorLocation | TCursorLocation values specify whether to use client-side or server-side cursor library. |
| TCursorOption | TCursorOptions values indicate the functionality a recordset provides. |
| TCursorOptions | TCursorOptions indicates the functionality provided by a recordset. |
| TCursorType | TCursorType valies indicate the type of cursor to use for a recordset. |
| TDataType | TDataType indicates the type of a parameter. |
| TDisconnectEvent | |
| TEndOfRecordsetEvent | |
| TEventReason | TEventReason values indicate the reason an event occurred. |
| TEventStatus | TEventStatus values indicate the success or failure of an operation. |
| TExecuteCompleteEvent | |
| TExecuteOption | |
| TExecuteOptions | TExecuteOptions values specify the characteristics of an execution operation. |
| TFetchProgressEvent | |
| TFieldChangeCompleteEvent | |
| TFilterGroup | |
| TInfoMessageEvent | |
| TIsolationLevel | TIsolationLevel values specify the level of isolation for a connection. |
| TMarshalOption | |
| TObjectState | |
| TObjectStates | TObjectStates values indicate the current state of an ADO object. |
| TParameterAttribute | |
| TParameterAttributes | TParameterAttributes values indicate the types of values a parameter can accept. |
| TParameterDirection | TParameterDirection specifies the direction of a parameter. |
| TPersistFormat | TPersistFormat values indicate the format for a saved recordset. |
| TPropList | |
| TRecordChangeCompleteEvent | |
| TRecordsetCreate | |
| TRecordsetErrorEvent | |
| TRecordsetEvent | |
| TRecordsetReasonEvent | |
| TRecordStatus | |
| TRecordStatusSet | TRecordStatusSet values indicate the status of the current record relative to batch updates or other bulk operations. |
| TSchemaInfo | TSchemaInfo values indicate the type of schema information to retrieve. |
| TSeekOption | |
| TVariantList | |
| TWillChangeFieldEvent | |
| TWillChangeRecordEvent | |
| TWillConnectEvent | |
| TWillExecuteEvent | |
| TXactAttribute | TXactAttribute values specify automated transaction behavior. |
| TXactAttributes |