虛擬方法
ArrowFlightSQLServerdo_put_prepared_statement_update
始於:14.0.0
宣告 [src]
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
;呼叫者將取得資料的所有權,並負責釋放它。