Method

ArrowFlightSQLPreparedStatementset_record_batch_reader

Declaration [src]

gboolean
gaflightsql_prepared_statement_set_record_batch_reader (
  GAFlightSQLPreparedStatement* statement,
  GArrowRecordBatchReader* reader,
  GError** error
)

Description

No description available.
Available since:14.0.0

Parameters

reader GArrowRecordBatchReader
 

A GArrowRecordBatchReader that contains the parameters that will be bound.

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

Return value

Returns: gboolean
 

TRUE on success, FALSE otherwise.