class DuckDB::Connection
- DuckDB::Connection
- DB::Connection
- Reference
- Object
Defined in:
duckdb/connection.crConstructors
Instance Method Summary
- #appender(table_name)
- #appender(table_name, &)
-
#build_prepared_statement(query) : Statement
:nodoc:
-
#build_unprepared_statement(query) : UnpreparedStatement
:nodoc:
-
#do_close
Implementors overrides this method to perform resource cleanup If an exception is raised, the resource will not be marked as closed.
- #to_unsafe : DuckDB::LibDuckDB::Connection
Constructor Detail
Instance Method Detail
Description copied from class DB::Connection
:nodoc:
def build_unprepared_statement(query) : UnpreparedStatement
#
Description copied from class DB::Connection
:nodoc:
def do_close
#
Description copied from module DB::Disposable
Implementors overrides this method to perform resource cleanup If an exception is raised, the resource will not be marked as closed.