方法
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
;呼叫者將擁有資料的所有權,並負責釋放它。