Virtual Method

ArrowFlightSQLServerget_flight_info_statement

Declaration [src]

GAFlightInfo*
get_flight_info_statement (
  GAFlightSQLServer* server,
  GAFlightServerCallContext* context,
  GAFlightSQLStatementQuery* command,
  GAFlightDescriptor* descriptor,
  GError** error
)

Description

No description available.
Available since:9.0.0

Parameters

context GAFlightServerCallContext
 

A GAFlightServerCallContext.

 The data is owned by the caller of the function.
command GAFlightSQLStatementQuery
 

A GAFlightSQLStatementQuery to be executed.

 The data is owned by the caller of the function.
descriptor GAFlightDescriptor
 

A GAFlightDescriptor.

 The data is owned by the caller of the function.
error GError **
  The return location for a GError*, or NULL.

Return value

Returns: GAFlightInfo
 

A GAFlightInfo for executing a SQL query on success, NULL on error.

 The caller of the function takes ownership of the data, and is responsible for freeing it.
 The return value can be NULL.