DuckDB::Connection
Inherits DB::Connection / DB::BeginTransaction / DB::SessionMethods / DB::QueryMethods / DB::Disposable / Reference / Object
Constructors
new(options : DB::Connection::Options, duckdb_options : Options)
SourceInstance methods
appender(table_name)
Sourceappender(table_name, &)
Sourcedo_close
Implementors overrides this method to perform resource cleanup If an exception is raised, the resource will not be marked as closed.
to_unsafe
Source