ADODB
Contents |
Delphi Information
Array
| TPropList | |
| TVariantList |
Class
| EADOError |
EADOError is the exception class for database errors generated by ADO databases. |
| 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. |
Enum
| TADOLockType |
TADOLockType specifies the types of locks used. |
| TAffectRecords | |
| TCommandType |
TCommandType values designate the type of a command. |
| 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. |
| TCursorType |
TCursorType valies indicate the type of cursor to use for a recordset. |
| TDataType |
TDataType indicates the type of a parameter. |
| TEventReason |
TEventReason values indicate the reason an event occurred. |
| TEventStatus |
TEventStatus values indicate the success or failure of an operation. |
| TExecuteOption | |
| TFilterGroup | |
| TIsolationLevel |
TIsolationLevel values specify the level of isolation for a connection. |
| TMarshalOption | |
| TObjectState | |
| TParameterAttribute | |
| TParameterDirection |
TParameterDirection specifies the direction of a parameter. |
| TPersistFormat |
TPersistFormat values indicate the format for a saved recordset. |
| TRecordStatus | |
| TSchemaInfo |
TSchemaInfo values indicate the type of schema information to retrieve. |
| TSeekOption | |
| TXactAttribute |
TXactAttribute values specify automated transaction behavior. |
Function
| CreateUDLFile | |
| DataLinkDir | |
| GetDataLinkFiles | |
| GetProviderNames | |
| PromptDataLinkFile | |
| PromptDataSource |
Interface
| Error | |
| Errors | |
| Parameters | |
| Properties | |
| Property_ | |
| _Command | |
| _Connection | |
| _Parameter | |
| _Recordset |
Pointer
| PVariantList |
Set
| TCursorOptions |
TCursorOptions indicates the functionality provided by a recordset. |
| TExecuteOptions |
TExecuteOptions values specify the characteristics of an execution operation. |
| TObjectStates |
TObjectStates values indicate the current state of an ADO object. |
| TParameterAttributes |
TParameterAttributes values indicate the types of values a parameter can accept. |
| TRecordStatusSet |
TRecordStatusSet values indicate the status of the current record relative to batch updates or other bulk operations. |
| TXactAttributes |
C++ Information
Class
| EADOError |
EADOError is the exception class for database errors generated by ADO databases. |
| 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. |
Enum
| TADOLockType |
TADOLockType specifies the types of locks used. |
| TAffectRecords | |
| TCommandType |
TCommandType values designate the type of a command. |
| 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. |
| TCursorType |
TCursorType valies indicate the type of cursor to use for a recordset. |
| TEventReason |
TEventReason values indicate the reason an event occurred. |
| TEventStatus |
TEventStatus values indicate the success or failure of an operation. |
| TExecuteOption | |
| TFilterGroup | |
| TIsolationLevel |
TIsolationLevel values specify the level of isolation for a connection. |
| TMarshalOption | |
| TObjectState | |
| TParameterAttribute | |
| TParameterDirection |
TParameterDirection specifies the direction of a parameter. |
| TPersistFormat |
TPersistFormat values indicate the format for a saved recordset. |
| TRecordStatus | |
| TSchemaInfo |
TSchemaInfo values indicate the type of schema information to retrieve. |
| TSeekOption | |
| TXactAttribute |
TXactAttribute values specify automated transaction behavior. |
Function
| CreateUDLFile | |
| DataLinkDir | |
| GetDataLinkFiles | |
| GetProviderNames | |
| PromptDataLinkFile | |
| PromptDataSource |
Typedef
| PVariantList | |
| TBeginTransCompleteEvent | |
| TConnectErrorEvent | |
| TCursorOptions |
TCursorOptions indicates the functionality provided by a recordset. |
| TDataType |
TDataType indicates the type of a parameter. |
| TDisconnectEvent | |
| TEndOfRecordsetEvent | |
| TExecuteCompleteEvent | |
| TExecuteOptions |
TExecuteOptions values specify the characteristics of an execution operation. |
| TFetchProgressEvent | |
| TFieldChangeCompleteEvent | |
| TInfoMessageEvent | |
| TObjectStates |
TObjectStates values indicate the current state of an ADO object. |
| TParameterAttributes |
TParameterAttributes values indicate the types of values a parameter can accept. |
| TPropList | |
| TRecordChangeCompleteEvent | |
| TRecordStatusSet |
TRecordStatusSet values indicate the status of the current record relative to batch updates or other bulk operations. |
| TRecordsetCreate | |
| TRecordsetErrorEvent | |
| TRecordsetEvent | |
| TRecordsetReasonEvent | |
| TVariantList | |
| TWillChangeFieldEvent | |
| TWillChangeRecordEvent | |
| TWillConnectEvent | |
| TWillExecuteEvent | |
| TXactAttributes |