跳到主要内容

ping

询问dba server,某个表所在的数据库是否可用

声明

bool ping(string path = nil)

参数

参数名描述
path表名

返回值

true: 可用;false: 不可用

使用方式

返回文档