Method

ArrowFlightSQLStatementUpdateget_query

Declaration [src]

const gchar*
gaflightsql_statement_update_get_query (
  GAFlightSQLStatementUpdate* command
)

Description

No description available.
Available since:13.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.