方法
ArrowFlightSQLServerdo_put_command_statement_update
始于: 13.0.0
声明 [src]
gint64
gaflightsql_server_do_put_command_statement_update (
GAFlightSQLServer* server,
GAFlightServerCallContext* context,
GAFlightSQLStatementUpdate* command,
GError** error
)
参数
context
-
一个
GAFlightServerCallContext
。数据由函数调用者拥有。 command
-
类型:
GAFlightSQLStatementUpdate
一个
GAFlightSQLStatementUpdate
。数据由函数调用者拥有。 error
-
类型:
GError **
用于 可恢复错误 的返回位置。
该参数可以为 NULL
。如果返回位置不为 NULL
,则必须将其初始化为NULL
GError*
。如果没有错误,该方法会将该参数保留为 NULL
进行初始化。如果发生错误,该参数将被设置为新分配的 GError
; 调用者将拥有数据的所有权,并负责释放它。