Method

ArrowFlightSQLCreatePreparedStatementRequestget_query

Declaration [src]

const gchar*
gaflightsql_create_prepared_statement_request_get_query (
  GAFlightSQLCreatePreparedStatementRequest* request
)

Description

No description available.
Available since:14.0.0

Return value

Returns: const gchar*
 

The SQL query to be prepared.

 The data is owned by the instance.
 The value is a NUL terminated UTF-8 string.