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