SPI_exec
Name
SPI_exec -- 执行一个读/写命令
Synopsis
int SPI_exec(const char * command, long count)
描述
SPI_exec
和SPI_execute
一样, 只是相当于后者的read_only
参数总是false
。
参数
const char *
command
包含需要执行的命令的字符串
long
count
返回的最大行数,或者没有限制时为0
返回值
参见SPI_execute
。