虚拟方法

ArrowFlightSQLServerdo_put_prepared_statement_update

since: 14.0.0

声明 [src]

gint64
do_put_prepared_statement_update (
  GAFlightSQLServer* server,
  GAFlightServerCallContext* context,
  GAFlightSQLPreparedStatementUpdate* command,
  GAFlightMessageReader* reader,
  GError** error
)

描述

没有可用的描述。

可用版本: 14.0.0

参数

context

类型: GAFlightServerCallContext

一个 GAFlightServerCallContext

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

类型: GAFlightSQLPreparedStatementUpdate

一个 GAFlightSQLPreparedStatementUpdate

数据由函数的调用者拥有。
reader

类型: GAFlightMessageReader

一个 GAFlightMessageReader,用于读取上传的记录批次。

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

类型: GError **

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

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

返回值

类型: gint64

已更改的记录数。