ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / Managing databases / HFSQL Cluster / WLanguage functions
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
Returns the name of the master node in an HFSQL cluster.
Example
let sMasterString = HClusterMasterNode("clustermanager.mycompany.com", ...
 "secret", "host3.mycompany.com")
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
Password used to connect to the coordinator. This password was provided when installing the HFSQL cluster.
Business / UI classification: Business Logic
Component: wd290hf.dll
Minimum version required
  • Version 27
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help