虚方法

ArrowFlightSQLServerdo_put_command_statement_update

自:13.0.0 起可用

声明 [源代码]

gint64
do_put_command_statement_update (
  GAFlightSQLServer* server,
  GAFlightServerCallContext* context,
  GAFlightSQLStatementUpdate* command,
  GError** error
)

描述

暂无描述。

可用版本:自 13.0.0 起

参数

context

类型: GAFlightServerCallContext

一个 GAFlightServerCallContext

数据由函数调用者拥有。
command

类型: GAFlightSQLStatementUpdate

一个 GAFlightSQLStatementUpdate

数据由函数调用者拥有。
error

类型: GError **

用于返回可恢复错误的位置。

该参数可以为 NULL
如果返回位置不为 NULL,则必须将其初始化为 NULL GError*
如果没有错误,虚函数会将该参数初始化为 NULL
如果发生错误,该参数将设置为新分配的 GError;调用者将拥有数据的所有权,并负责释放它。

返回值

类型: gint64

更改的记录数。