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 adortl270.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.
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

Types

TADOLockType TADOLockType specifies the types of locks used.
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.
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.
TEventReason TEventReason values indicate the reason an event occurred.
TEventStatus TEventStatus values indicate the success or failure of an operation.
TExecuteOptions TExecuteOptions values specify the characteristics of an execution operation.
TIsolationLevel TIsolationLevel values specify the level of isolation for a connection.
TObjectStates TObjectStates values indicate the current state of an ADO object.
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.
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.
TXactAttribute TXactAttribute values specify automated transaction behavior.


Retrieved from "https://docwiki.embarcadero.com/Libraries/Sydney/e/index.php?title=Data.Win.ADODB&oldid=735263"