This unit contains main components of UniDAC.
Classes
| Name | Description |
|
TCustomUniDataSet |
A base component for defining functionality for classes derived from it. |
|
TCustomUniTable |
A base class for retrieving and updating data in a single table without writing SQL statements. |
|
TUniBlob |
A class holding value of the BLOB fields and parameters. |
|
TUniConnection |
A component for setting up and controlling connection to such database servers as Oracle, SQL Server, MySQL, InterBase, Firebird, and PostgreSQL. |
|
TUniDataSetOptions |
Specifies the behaviour of a TCustomUniDataSet object. |
|
TUniDataSource |
TUniDataSource provides an interface between a UniDAC dataset components and data-aware controls on a form. |
|
TUniEncryptor |
The class that performs encrypting and decrypting of data. |
|
TUniMacro |
Holds the Name, Value, and Condition for a macro. |
|
TUniMacros |
Used to manage a list of TUniMacro objects for a TUniConnection component. |
|
TUniMetaData |
A component for obtaining metainformation about database objects from the server. |
|
TUniParam |
A class that is used to set the values of individual parameters passed with queries or stored procedures. |
|
TUniParams |
Used to control TUniParam objects. |
|
TUniQuery |
A component for executing queries and operating record sets. It also provides flexible way to update data. |
|
TUniSQL |
A component for executing SQL statements and calling stored procedures on the database server. |
|
TUniStoredProc |
A component for accessing and executing stored procedures and functions. |
|
TUniTable |
A component for retrieving and updating data in a single table without writing SQL statements. |
|
TUniTransaction |
A component for managing transactions in an application. |
|
TUniUpdateSQL |
A component for tuning update operations for the DataSet component. |
Constants
| Name | Description |
|
UniDACVersion |
Read this constant to get current version number for UniDAC. |