pub unsafe extern "C" fn duckdb_value_string(
result: *mut duckdb_result,
col: idx_t,
row: idx_t,
) -> duckdb_string
Expand description
s
returns: The string value at the specified location.
The result must be freed with duckdb_free
.
pub unsafe extern "C" fn duckdb_value_string(
result: *mut duckdb_result,
col: idx_t,
row: idx_t,
) -> duckdb_string
s
returns: The string value at the specified location.
The result must be freed with duckdb_free
.