Virtual Method
ArrowFlightSQLServerget_flight_info_statement
Declaration [src]
GAFlightInfo*
get_flight_info_statement (
GAFlightSQLServer* server,
GAFlightServerCallContext* context,
GAFlightSQLStatementQuery* command,
GAFlightDescriptor* descriptor,
GError** error
)
Parameters
context |
GAFlightServerCallContext |
A |
|
The data is owned by the caller of the function. | |
command |
GAFlightSQLStatementQuery |
A |
|
The data is owned by the caller of the function. | |
descriptor |
GAFlightDescriptor |
A |
|
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 |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. | |
The return value can be NULL . |