跳到主要内容

execute

执行sql语句

声明

parallel int execute(string sql)

参数

参数名描述
sql

返回值

失败,返回-1

成功,如果存在结果集,释放掉结果集,返回0;否则返回影响的记录行数

使用方式

返回文档