虚方法
ArrowFlightSQLServerdo_put_prepared_statement_update
自:14.0.0 起可用
声明 [源代码]
gint64
do_put_prepared_statement_update (
GAFlightSQLServer* server,
GAFlightServerCallContext* context,
GAFlightSQLPreparedStatementUpdate* command,
GAFlightMessageReader* reader,
GError** error
)
参数
context
-
一个
GAFlightServerCallContext
。数据由函数调用者拥有。 command
-
类型:
GAFlightSQLPreparedStatementUpdate
一个
GAFlightSQLPreparedStatementUpdate
。数据由函数调用者拥有。 reader
-
一个读取上传记录批次的
GAFlightMessageReader
。数据由函数调用者拥有。 error
-
类型:
GError **
参数可以为 NULL
。如果返回位置不为 NULL
,则必须将其初始化为NULL
GError*
。如果没有错误,虚函数会将参数初始化为 NULL
。如果发生错误,该参数将设置为新分配的 GError
;调用者将拥有数据的所有权,并负责释放它。