Method

ArrowFlightSQLClientexecute_update

Declaration [src]

gint64
gaflightsql_client_execute_update (
  GAFlightSQLClient* client,
  const gchar* query,
  GAFlightCallOptions* options,
  GError** error
)

Description

No description available.
Available since:13.0.0

Parameters

query const gchar*
 

A query to be executed in the UTF-8 format.

 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.
options GAFlightCallOptions
 

A GAFlightCallOptions.

 The argument can be NULL.
 The data is owned by the caller of the function.
error GError **
  The return location for a GError*, or NULL.

Return value

Returns: gint64
 

The number of changed records.