class

DuckDB::Connection

Inherits DB::Connection / DB::BeginTransaction / DB::SessionMethods / DB::QueryMethods / DB::Disposable / Reference / Object

Constructors

new(options : DB::Connection::Options, duckdb_options : Options)
Source

Instance methods

appender(table_name)
Source
appender(table_name, &)
Source
build_prepared_statement(query) : Statement

:nodoc:

Source
build_unprepared_statement(query) : UnpreparedStatement

:nodoc:

Source
do_close

Implementors overrides this method to perform resource cleanup If an exception is raised, the resource will not be marked as closed.

Source
to_unsafe
Source

Nested types