pub unsafe extern "C" fn duckdb_value_string(
result: *mut duckdb_result,
col: idx_t,
row: idx_t,
) -> duckdb_string
Expand description
DEPRECATION NOTICE**: This method is scheduled for removal in a future release.
No support for nested types, and for other complex types.
The resulting field “string.data” must be freed with duckdb_free.
@return The string value at the specified location. Attempts to cast the result value to string.