ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2024

Category: Types of HFSQL variables
15 results
The Connection type is used to describe one or more connections to external databases (HFSQL Client/Server, Native Connector, etc.
Usage example of the Data source type
A Data source variable is used to describe a temporary data source (query, view, alias, ...)
The File Description variable is used to programmatically describe data files.
A FullTextIndex description variable is used to describe one or more full-text indexes through programming.
The hBackupDescription type is used to programmatically describe an HFSQL Client/Server backup.
The hFileParameter type is used to define the data files taken into account by a scheduled optimization task.
The hRSConfig type is used to define the advanced characteristics of a replication between 2 HFSQL servers.
The hScheduledOptimization type is used to programmatically manage a scheduled optimization task on an HFSQL server.
The hScheduledTask type is used to manage a scheduled HFSQL Client/Server task through programming...
The hScheduleMaterializedView type is used to programmatically manage a task for recalculating the data of a scheduled materialized view on an HFSQL server.
The hScheduling type is used to define and find out the characteristics of the scheduling that must be performed:
  • for a scheduled optimization task of HFSQL Client/Server files.
  • for a scheduled backup task of HFSQL Client/Server files.
  • for a scheduled replication of HFSQL servers.
An Item Description variable is used to describe one or more items in a data file programmatically.
A Link Description variable is used to describe a link between two data files through programming.
The Record type is used to save the values of a record.