This unit contains main components of LiteDAC
Classes
| Name | Description |
|
TCustomLiteDataSet |
A base class that defines SQLite functionality for a dataset. |
|
TCustomLiteTable |
A base class that defines functionality for descendant classes which access data in a single table without writing SQL statements. |
|
TCustomLiteUserCollation |
A base class that provides SQLite functionality for working with user-defined collations. |
|
TCustomLiteUserFunction |
A base class that defines SQLite functionality for working with user-defined functions. |
|
TLiteBackup |
Implements SQLite Online Backup API functionality for performing backup (copying) the contents of one database into another database, overwriting the original content of the target database. |
|
TLiteConnection |
Represents an open connection to a SQLite database. |
|
TLiteConnectionOptions |
This class allows setting up the behaviour of the TLiteConnection class. |
|
TLiteDataSetOptions |
This class allows setting up the behaviour of the TCustomLiteDataSet class. |
|
TLiteDataSource |
TLiteDataSource provides an interface between a LiteDAC dataset components and data-aware controls on a form. |
|
TLiteEncryptor |
The class that performs encrypting and decrypting of data. |
|
TLiteMetaData |
A component for obtaining metainformation about database objects. |
|
TLiteQuery |
A component for executing queries and operating record sets. It also provides flexible way to update data. |
|
TLiteSQL |
A component for executing SQL statements. |
|
TLiteTable |
Accesses data in a single table without writing SQL statements. |
|
TLiteUpdateSQL |
Lets you tune update operations for the DataSet component. |
|
TLiteUserCollation |
A base class that provides SQLite functionality for working with user-defined collations. |
|
TLiteUserFunction |
A component for defining a custom function for future use in SQL-statements. Also, can be used for overriding built-in SQLite functions. |
Types
Enumerations
| Name | Description |
|
TLiteFunctionKind |
Specifies the kind of the used-defined function. |
|
TLiteIsolationLevel |
Specifies the way the transactions containing database modifications are handled. |