Virtual Method

ArrowFlightSQLServerdo_get_statement

Declaration [src]

GAFlightDataStream*
do_get_statement (
  GAFlightSQLServer* server,
  GAFlightServerCallContext* context,
  GAFlightSQLStatementQueryTicket* ticket,
  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.
ticket GAFlightSQLStatementQueryTicket
 

A GAFlightSQLStatementQueryTicket.

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

Return value

Returns: GAFlightDataStream
 

A GAFlightDataStream containing the query results 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.