Function
ArrowFlightSQLStatementQueryTicketgenerate_handle
Declaration [src]
GBytes*
gaflightsql_statement_query_ticket_generate_handle (
const gchar* query,
GError** error
)
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 |
|
| The caller of the function takes ownership of the data, and is responsible for freeing it. | |
The return value can be NULL. |