方法
ArrowFlightSQL伺服器do_put_prepared_statement_update
自版本:14.0.0 起
宣告 [src]
gint64
gaflightsql_server_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
;呼叫者將取得資料的所有權,並負責釋放它。