ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / Managing databases / HFSQL / HFSQL Client/Server functions
  • Properties specific to hServerOperation variables
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
hServerOperation (Variable type)
In french: hOpérationServeur
The hServerOperation type is used to get the characteristics of an operation performed on an HFSQL server. The characteristics of this operation are returned by several WLanguage properties.
This type of variable is used by HOperationInProgress.
Note: For more details on the declaration of this type of variable and the use of WLanguage properties, see Declaring a variable.
Example
TabOp is array of hServerOperation = HOperationInProgress(cnx)
Properties

Properties specific to hServerOperation variables

The following properties can be used to define the characteristics of hServerOperation variables:
Property nameType usedEffect
ReplicationhRSConfig variableA value is assigned to this property only if a "Replication" is performed (Type property set to hlpReplication).
This property is read-only.
ScheduledBackuphBackupDescription variableA value is assigned to this property only if a "Backup" is performed (Type property set to hlpBackup).
This property is read-only.
ScheduledMaterializedViewhScheduleMaterializedView variableA value is assigned to this property only if a "Refresh view" operation is performed (Type property set to hlpMaterializedView).
This property is read-only.
ScheduledOptimizationhScheduledOptimization variableA value is assigned to this property only if a "File optimization" is performed (Type property set to hlpOptimization).
This property is read-only.
ScheduledTaskhScheduledTask variableA value is assigned to this property only if a "Task" is performed (Type property set to hlpTask).
This property is read-only.
StartDateDateTimeStart date and time of the operation.
This property is read-only.
TypeInteger constantType of operation:
  • hlpCalculStat: Statistics calculation.
  • hlpKey detection: Key detection.
  • hlpOptimization: Data file optimization.
  • hlpReplication: Replication between servers.
  • hlpSave: Backup.
  • hlpTask: Scheduled task.
  • hlpMaterializedView: Refresh a materialized view.
This property is read-only.
Minimum version required
  • Version 22
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/12/2025

Send a report | Local help