Previous topicNext topic
Help > XEngine_HelpComponents > HelpComponents_DataBase > DataBase_Postgre >
DataBase_Postgre_Ping

函数

DataBase_Postgre_Ping

功能

检测服务器状态

语法

bool DataBase_Postgre_Ping(XNETHANDLE xhNet, bool bReconnect = true)

参数

 参数.一:xhNet
  In/Out:In
  类型:句柄
  可空:N
  意思:输入数据库句柄
 参数.二:bReconnect
  In/Out:In
  类型:逻辑型
  可空:Y
  意思:断开连接是否允许重连

返回值

类型:逻辑型
意思:是否成功

备注

启用重连你需要再次检测是否链接成功

示例