ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / Managing databases / HFSQL / HFSQL Client/Server functions
  • Properties specific to the description of hServerOperation variables
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
hServerOperation (Type of variable)
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.
Remark: For more details on the declaration of this type of variable and the use of WLanguage properties, see Declaring a variable.
Example
arrOp is array of hServerOperation = HOperationInProgress(cnt)
Remarks

Properties specific to the description of hServerOperation variables

The following properties can be used to handle a hServerOperation variable:
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:
  • hlpCalcStat: Statistical calculation.
  • hlpKeyDetection: Key detection.
  • hlpOptimization: Optimization of data files.
  • hlpReplication: Replication between servers.
  • hlpBackup: Backup.
  • hlpTask: Scheduled task.
  • hlpMaterializedView: Refresh of 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: 08/24/2022

Send a report | Local help