虚方法

ArrowFlightSQLServerdo_put_command_statement_update

起始版本: 13.0.0

声明 [src]

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

已更改的记录数。