Method

ArrowFlightSQLPreparedStatementclose

Declaration [src]

gboolean
gaflightsql_prepared_statement_close (
  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: gboolean
 

TRUE on success, FALSE otherwise.

After this, the prepared statement may not be used anymore.