Virtual Method

ArrowFlightSQLServerdo_put_prepared_statement_update

Declaration [src]

gint64
do_put_prepared_statement_update (
  GAFlightSQLServer* server,
  GAFlightServerCallContext* context,
  GAFlightSQLPreparedStatementUpdate* command,
  GAFlightMessageReader* reader,
  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.
command GAFlightSQLPreparedStatementUpdate
 

A GAFlightSQLPreparedStatementUpdate.

 The data is owned by the caller of the function.
reader GAFlightMessageReader
 

A GAFlightMessageReader that reads uploaded record batches.

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

Return value

Returns: gint64
 

The number of changed records.