Method

ArrowFlightSQLServercreate_prepared_statement

Declaration [src]

GAFlightSQLCreatePreparedStatementResult*
gaflightsql_server_create_prepared_statement (
  GAFlightSQLServer* server,
  GAFlightServerCallContext* context,
  GAFlightSQLCreatePreparedStatementRequest* request,
  GError** error
)

Description

No description available.
Available since:14.0.0

Parameters

context GAFlightServerCallContext
 

A GAFlightServerCallContext.

 The data is owned by the caller of the function.
request GAFlightSQLCreatePreparedStatementRequest
 

A GAFlightSQLCreatePreparedStatementRequest.

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

Return value

Returns: GAFlightSQLCreatePreparedStatementResult
 

A GAFlightSQLCreatePreparedStatementResult containing the dataset and parameter schemas and a handle for created statement on success, NULL on error.

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