ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / Managing databases / HFSQL Cluster / WLanguage functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Returns the name of the master node in an HFSQL cluster.
Example
let sMasterString = HClusterMasterNode("clustermanager.mycompany.com", "secret")
Syntax
<Result> = HClusterMasterNode(<Coordinator> , <Password>)
<Result>: Character string
  • Name of the HFSQL Cluster master node.
  • Empty string ("") if the master is not detected. There may be no master if the nodes fail to synchronize or are disconnected from the coordinator.
<Coordinator>: Character string
DNS name of the machine where the HFSQL Cluster coordinator is located.
<Password>: Character string or Secret string
Password used to connect to the coordinator. This password was provided when installing the HFSQL cluster.
New in version 2025
Secret strings: If you use the secret string vault, the type of secret string used for this parameter must be "ANSI or Unicode string".
To learn more about secret strings and how to use the vault, see Secret string vault.
Business / UI classification: Business Logic
Component: wd300hf.dll
Minimum version required
  • Version 27
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/14/2025

Send a report | Local help