Data.Win.ADODB

From RAD Studio API Documentation
Jump to: navigation, search

Defines classes that implement functionality to use ADO commands, connections, datasets, queries, stored procedures, ADO tables, and more.

Package adortl.bpl

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.
EADOErrorEADOError is the exception class for database errors generated by ADO databases.
ErrorError is an alias for the MSDN ADO Error object.
ErrorsErrors is an alias for the MSDN ADO Errors collection.
ParametersParameters is an alias for the MSDN ADO Parameters collection.
PropertiesProperties is an alias for the MSDN ADO Properties collection.
Property_Property_ is an alias for the MSDN ADO Property object.
TADOBlobStreamTADOBlobStream is a stream object that reads from and writes to field objects that represent Binary large object (BLOB) fields.
TADOCommandTADOCommand represents an ADO command object.
TADOConnectionTADOConnection connects to an ADO data store.
TADODataSetTADODataSet represents a dataset retrieved from an ADO data store.
TADOQueryTADOQuery provides the means for issuing SQL against an ADO data store.
TADOStoredProcTADOStoredProc encapsulates a stored procedure in an ADO database.
TADOTableTADOTable is a dataset component that encapsulates a table accessed through an ADO data store.
TCustomADODataSetTCustomADODataSet is the virtualized base class for all ADO dataset components.
TParameterTParameter represents a parameter.
TParametersTParameters manages a collection of parameters.
TRDSConnectionTRDSConnection implements an RDS DataSpace object.

Routines

CreateUDLFile
DataLinkDir
GetDataLinkFiles
GetProviderNames
PromptDataLinkFile
PromptDataSource

Types

PVariantList
TADOLockTypeTADOLockType specifies the types of locks used.
TAffectRecords
TBeginTransCompleteEvent
TCommandTypeTCommandType values designate the type of a command.
TConnectErrorEvent
TConnectModeTConnectMode values indicate the persimissions available to a connection.
TConnectOptionTConnectOption indicates whether the connection to the ADO data store is synchronous or asynchronous.
TCursorLocationTCursorLocation values specify whether to use client-side or server-side cursor library.
TCursorOptionTCursorOptions values indicate the functionality a recordset provides.
TCursorOptionsTCursorOptions indicates the functionality provided by a recordset.
TCursorTypeTCursorType valies indicate the type of cursor to use for a recordset.
TDataTypeTDataType indicates the type of a parameter.
TDisconnectEvent
TEndOfRecordsetEvent
TEventReasonTEventReason values indicate the reason an event occurred.
TEventStatusTEventStatus values indicate the success or failure of an operation.
TExecuteCompleteEvent
TExecuteOption
TExecuteOptionsTExecuteOptions values specify the characteristics of an execution operation.
TFetchProgressEvent
TFieldChangeCompleteEvent
TFilterGroup
TInfoMessageEvent
TIsolationLevelTIsolationLevel values specify the level of isolation for a connection.
TMarshalOption
TObjectState
TObjectStatesTObjectStates values indicate the current state of an ADO object.
TParameterAttribute
TParameterAttributesTParameterAttributes values indicate the types of values a parameter can accept.
TParameterDirectionTParameterDirection specifies the direction of a parameter.
TPersistFormatTPersistFormat values indicate the format for a saved recordset.
TPropList
TRecordChangeCompleteEvent
TRecordsetCreate
TRecordsetErrorEvent
TRecordsetEvent
TRecordsetReasonEvent
TRecordStatus
TRecordStatusSetTRecordStatusSet values indicate the status of the current record relative to batch updates or other bulk operations.
TSchemaInfoTSchemaInfo values indicate the type of schema information to retrieve.
TSeekOption
TVariantList
TWillChangeFieldEvent
TWillChangeRecordEvent
TWillConnectEvent
TWillExecuteEvent
TXactAttributeTXactAttribute values specify automated transaction behavior.
TXactAttributes