Method

ArrowFlightSQLCreatePreparedStatementRequestget_query

since: 14.0.0

Declaration [src]

const gchar*
gaflightsql_create_prepared_statement_request_get_query (
  GAFlightSQLCreatePreparedStatementRequest* request
)

Description

No description available.

Available since: 14.0.0

Return value

Type: const gchar*

The SQL query to be prepared.

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