ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Category: Types of HFSQL variables
17 results
Connection (Variable type)
The Connection type is used to describe one or more connections to external databases (HFSQL Client/Server, Native Connector, etc.
Data source (Example)
Usage example of the Data source type
Data Source (Variable type)
A Data Source variable is used to describe a temporary data source (query, view, alias, etc.).
File Description (Variable type)
The File Description variable is used to programmatically describe data files.
FullTextIndex description (Variable type)
A FullTextIndex description variable is used to describe one or more full-text indexes programmatically.
hBackupDescription (Variable type)
The hBackupDescription type is used to programmatically describe an HFSQL Client/Server backup.
hFileParameter (Variable type)
The type hFileParameter type is used to define the data files taken into account by a scheduled optimization task.
hReindexingHistory (Variable type)
The type hReindexingHistory type allows you to see all the characteristics of the asynchronous optimizations performed previously: reindexing, index verification, memo verification, statistics calculation, etc.
This type of variable is new in WINDEV Suite SaaS 2025 Update 2.
hRSConfig (Variable type)
The hRSConfig type is used to define the advanced characteristics of a replication between 2 HFSQL servers.
hScheduledOptimization (Variable type)
The hScheduledOptimization type is used to programmatically manage a scheduled optimization task on an HFSQL server.
hScheduledTask (Variable type)
The hScheduledTask type is used to manage a scheduled HFSQL Client/Server task through programming...
hScheduleMaterializedView (Variable type)
The hScheduleMaterializedView type is used to programmatically manage a task for recalculating the data of a scheduled materialized view on an HFSQL server.
hScheduling (Variable type)
The hScheduling type is used to define and find out the characteristics of the scheduling that must be performed:
  • for a scheduled HFSQL Client/Server data file optimization task.
  • for a scheduled HFSQL Client/Server data file backup job.
  • for a scheduled replication of HFSQL servers.
hSchedulingHistory (Variable type)
The hSchedulingHistory type is used to get all the characteristics of the execution history of a scheduled job (optimization, backup, etc.)
Item Description (Variable type)
An Item Description variable is used to describe one or more items in a data file programmatically.
Link Description (Variable type)
A Link Description variable is used to describe a link between two data files programmatically.
Record (Variable type)
The Record type is used to save the values of a record.