跳到主要内容

delete_row

删除指定行

声明

bool delete_row(int id)

参数

参数名描述
id行 ID

返回值

bool 成功返回true,失败返回false, 可以通过 last_error 获取错误信息

使用方式

返回文档