虛擬方法

ArrowFlightSQLServerdo_put_command_statement_update

始於版本:13.0.0

宣告 [src]

gint64
do_put_command_statement_update (
  GAFlightSQLServer* server,
  GAFlightServerCallContext* context,
  GAFlightSQLStatementUpdate* command,
  GError** error
)

描述

無可用描述。

自版本 13.0.0 起可用

參數

context

類型: GAFlightServerCallContext

一個 GAFlightServerCallContext

資料的所有權屬於函數的呼叫者。
command

類型: GAFlightSQLStatementUpdate

一個 GAFlightSQLStatementUpdate

資料的所有權屬於函數的呼叫者。
error

類型: GError **

可恢復錯誤 的返回位置。

此參數可以為 NULL
如果返回位置不是 NULL,則您必須將其初始化為 NULL GError*
如果沒有錯誤,虛擬函數會將此參數保留初始化為 NULL
如果發生錯誤,此參數將被設置為新分配的 GError;呼叫者將取得資料的所有權,並負責釋放它。

回傳值

類型: gint64

已變更的紀錄數量。