Function

ArrowFlightSQLStatementQueryTicketgenerate_handle

Declaration [src]

GBytes*
gaflightsql_statement_query_ticket_generate_handle (
  const gchar* query,
  GError** error
)

Description

No description available.
Available since:9.0.0

Parameters

query const gchar*
 

A query to be executed.

 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.
error GError **
  The return location for a GError*, or NULL.

Return value

Returns: GBytes
 

A handle for the given query as GBytes, NULL on error.

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