方法
ArrowFlightSQLServerdo_put_command_statement_update
自:13.0.0 起可用
声明 [源代码]
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
;调用者将拥有数据的所有权,并负责释放它。