Method

ArrowFlightSQLPreparedStatementexecute

Declaration [src]

GAFlightInfo*
gaflightsql_prepared_statement_execute (
  GAFlightSQLPreparedStatement* statement,
  GAFlightCallOptions* options,
  GError** error
)

Description

No description available.
Available since:14.0.0

Parameters

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: GAFlightInfo
 

The GAFlightInfo describing where to access the dataset on success, NULL on error.

 The caller of the method takes ownership of the data, and is responsible for freeing it.
 The return value can be NULL.