Namespace DuckDB.NET.Native
Classes
- DuckDBCallerOwnedStringMarshaller
Marshaller for caller-owned strings that must be freed with duckdb_free. Used for duckdb_get_varchar, duckdb_enum_dictionary_value, duckdb_struct_type_child_name, and duckdb_open_ext error.
- DuckDBOwnedStringMarshaller
Marshaller for DuckDB-owned strings that must not be freed by the caller. Used for error messages, column names, version strings, and config flags.