 |
TUniConnection
Lets you set up and control connections to different servers.
|
 |
TUniTransaction
Provides discrete transaction control over sessions. Can be used to manipulate both
simple and distributed transactions for certain providers.
|
 |
TUniQuery
Uses SQL statements to retrieve data from tables and pass it to one or more data-aware
components through a TDataSource object. This component provides a mechanism for
updating data.
|
 |
TUniTable
Lets you retrieve and update data in a single table without writing SQL statements.
|
 |
TUniStoredProc
Executes stored procedures and functions. Lets you edit cursor data returned as
parameter.
|
 |
TUniSQL
Executes SQL statements, and stored procedures, which do not return datasets.
|
 |
TUniScript
Executes sequences of SQL statements, and provides control over the execution process.
|
 |
TUniMetaData
Allows to retrieve embracing metadata on specified SQL object
|
 |
TUniUpdateSQL
Lets you tune update operations for a DataSet component.
|
 |
TUniDataSource
Provides an interface for connecting data-aware controls on a form and UniDAC dataset
components.
|
 |
TUniSQLMonitor
Interface for monitoring dynamic SQL execution.
|
 |
TUniConnectDialog
Allows you to build custom prompts for provider id, server id, port number, database,
user id, and password.
|
|
TUniLoader
Provides quick loading data to a database.
|
|
TUniDump
Serves to store a database or its parts as a script and also to restore database
from received script.
|
|
TUniAlerter
Used to send and receive database events.
|
 |
TUniEncryptor
Represents data encryption and decryption in client application.
|
 |
TVirtualTable
Provides dataset functionality for data that has no real database connection. This
component is placed on the Data Access page of the Component palette, not on the
UniDAC page.
|
 |
TInterBaseUniProvider
Links the InterBase provider to an application.
|
 |
TMySQLUniProvider
Links the MySQL provider to an application.
|
 |
TOracleUniProvider
Links the Oracle provider to an application.
|
 |
TPostgreSQLUniProvider
Links the PostgreSQL provider to an application.
|
 |
TSQLServerUniProvider
Links the SQL Server provider to an application.
|
 |
TSQLiteUniProvider
Links the SQLite provider to an application.
|
 |
TODBCUniProvider
Links the ODBC provider to an application.
|
 |
TDB2UniProvider
Links the DB2 provider to an application.
|
 |
TAccessUniProvider
Links the Access provider to an application.
|
 |
TAdvantageUniProvider
Links the Advantage provider to an application.
|
 |
TASEUniProvider
Links the ASE provider to an application.
|
 |
TCRBatchMove
Transfers data between all types of TDataSet descendants. This component is placed
on the Data Access page of the Component palette, not on the UniDAC page.
|