Method

ArrowFlightSQLStatementQueryget_query

Declaration [src]

const gchar*
gaflightsql_statement_query_get_query (
  GAFlightSQLStatementQuery* command
)

Description

No description available.
Available since:9.0.0

Return value

Returns: const gchar*
 

The query to be executed.

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