LiteDAC Component List
Basic LiteDAC components are included in all LiteDAC editions. There are additional
components in LiteDAC Professional Edition. The
Editions page gives full description of features and included components of
each edition.
Basic LiteDAC components
 |
TLiteConnection
Represents an open connection to a SQLite database.
|
 |
TLiteQuery
Executes queries and operates record sets. It also provides flexible way to update
data.
|
 |
TLiteSQL
Executes SQL statements, which do not return rowsets.
|
 |
TLiteTable
Lets you retrieve and update data in a single table without writing SQL statements.
|
 |
TLiteUpdateSQL
Lets you tune update operations for the DataSet component.
|
 |
TLiteDataSource
Provides an interface between LiteDAC dataset components and data-aware controls
on a form.
|
 |
TLiteScript
Executes sequences of SQL statements.
|
 |
TLiteSQLMonitor
Interface for monitoring dynamic SQL execution in LiteDAC-based applications.
|
 |
TLiteConnectDialog
Used to build custom prompts for the database name and encryption key.
|
 |
TVirtualTable
Dataset that stores data in memory. This component is placed on the Data Access
page of the Component palette, not on the SQLite Access page.
|
LiteDAC Professional Edition components
 |
TLiteUserFunction
Provides functionality to define custom functions for future use in SQL-statements
|
 |
TLiteLoader
Provides quick loading of external data into the database
|
 |
TLiteDump
Serves to store a database or its parts as a script and also to restore database
from received script.
|
 |
TLiteMetaData
Retrieves metadata on database objects from the server.
|
 |
TLiteEncryptor
Represents data encryption and decryption in client application.
|
 |
TCRBatchMove
Transfers data between all types of TDataSets descendants. This component is placed
on the Data Access page of the Component palette, not on the SQLite Access page.
|