Table of Contents - RDoc Documentation
Pages
-
CHANGELOG
- Changelog
- Unreleased
- Breaking changes
- 1.1.3.1 - 2024-11-27
- 1.1.3.0 - 2024-11-10
- 1.1.2.1 - 2024-11-04
- 1.1.2.0 - 2024-10-20
- 1.1.1.0 - 2024-10-06
- Breaking changes
- 1.1.0.1 - 2024-09-21
- 1.1.0.0 - 2024-09-15
- Breaking changes
- 1.0.0.2 - 2024-06-23
- 1.0.0.1 - 2024-06-16
- 1.0.0.0 - 2024-06-08
- Breaking changes
- 0.10.3.0 - 2024-05-25
- 0.10.2.0 - 2024-04-20
- 0.10.1.1 - 2024-03-31
- 0.10.1.0 - 2024-03-22
- 0.10.0.0 - 2024-02-18
- Breaking changes
- 0.9.2.3 - 2023-12-29
- 0.9.2.2 - 2023-12-26
- Breaking changes
- 0.9.2.1 - 2023-12-24
- 0.9.2 - 2023-11-26
- 0.9.1.2 - 2023-11-05
- 0.9.1.1 - 2023-10-29
- Breaking Changes
- 0.9.1 - 2023-10-14
- 0.9.0.1 - 2023-10-08
- 0.9.0 - 2023-09-30
- Breaking Changes
- 0.8.1.3
- 0.8.1.2
- 0.8.1.1
- 0.8.1
- Breaking Changes
- 0.8.0
- Breaking Changes
- 0.7.1
- 0.7.0
- Breaking Changes
- 0.6.1
- Breaking Changes
- 0.5.1.1
- 0.5.1
- 0.5.0
- Breaking Changes
- 0.3.4.0
- 0.3.3.0
- 0.3.2.0
- BREAKING CHANGE
- 0.3.1.0
- 0.2.9.0
- 0.2.8.0
- 0.2.7.0
- 0.2.6.1
- 0.2.6.0
- 0.0.12
- 0.0.11
- 0.0.10
- 0.0.9
- 0.0.8.1
- 0.0.8
- 0.0.7
- 0.0.6
- 0.0.5
- 0.0.4
- 0.0.3
- 0.0.2
- 0.0.1
- CONTRIBUTION
- LICENSE
- README
Classes and Modules
- DuckDB
- DuckDB::Appender
- DuckDB::Blob
- DuckDB::Column
- DuckDB::Config
- DuckDB::Connection
- DuckDB::Database
- DuckDB::Error
- DuckDB::ExtractedStatements
- DuckDB::ExtractedStatementsImpl
- DuckDB::Infinity
- DuckDB::Interval
- DuckDB::LogicalType
- DuckDB::PendingResult
- DuckDB::PreparedStatement
- DuckDB::Result
Methods
- ::get_config_flag — DuckDB::Config
- ::iso8601_parse — DuckDB::Interval
- ::key_description — DuckDB::Config
- ::key_descriptions — DuckDB::Config
- ::library_version — DuckDB
- ::mk_interval — DuckDB::Interval
- ::new — DuckDB::Appender
- ::new — DuckDB::Config
- ::new — DuckDB::ExtractedStatementsImpl
- ::new — DuckDB::PendingResult
- ::new — DuckDB::PreparedStatement
- ::new — DuckDB::Result
- ::new — DuckDB::ExtractedStatements
- ::new — DuckDB::Interval
- ::open — DuckDB::Database
- ::prepare — DuckDB::PreparedStatement
- ::size — DuckDB::Config
- ::to_interval — DuckDB::Interval
- #== — DuckDB::Interval
- #[]= — DuckDB::Config
- #append — DuckDB::Appender
- #append_blob — DuckDB::Appender
- #append_bool — DuckDB::Appender
- #append_date — DuckDB::Appender
- #append_default — DuckDB::Appender
- #append_double — DuckDB::Appender
- #append_float — DuckDB::Appender
- #append_hugeint — DuckDB::Appender
- #append_int16 — DuckDB::Appender
- #append_int32 — DuckDB::Appender
- #append_int64 — DuckDB::Appender
- #append_int8 — DuckDB::Appender
- #append_interval — DuckDB::Appender
- #append_null — DuckDB::Appender
- #append_row — DuckDB::Appender
- #append_time — DuckDB::Appender
- #append_timestamp — DuckDB::Appender
- #append_uhugeint — DuckDB::Appender
- #append_uint16 — DuckDB::Appender
- #append_uint32 — DuckDB::Appender
- #append_uint64 — DuckDB::Appender
- #append_uint8 — DuckDB::Appender
- #append_varchar — DuckDB::Appender
- #append_varchar_length — DuckDB::Appender
- #appender — DuckDB::Connection
- #async_query — DuckDB::Connection
- #async_query_stream — DuckDB::Connection
- #begin_row — DuckDB::Appender
- #bind — DuckDB::PreparedStatement
- #bind_args — DuckDB::PreparedStatement
- #bind_blob — DuckDB::PreparedStatement
- #bind_bool — DuckDB::PreparedStatement
- #bind_date — DuckDB::PreparedStatement
- #bind_decimal — DuckDB::PreparedStatement
- #bind_double — DuckDB::PreparedStatement
- #bind_float — DuckDB::PreparedStatement
- #bind_hugeint — DuckDB::PreparedStatement
- #bind_hugeint_internal — DuckDB::PreparedStatement
- #bind_int16 — DuckDB::PreparedStatement
- #bind_int32 — DuckDB::PreparedStatement
- #bind_int64 — DuckDB::PreparedStatement
- #bind_int8 — DuckDB::PreparedStatement
- #bind_interval — DuckDB::PreparedStatement
- #bind_null — DuckDB::PreparedStatement
- #bind_parameter_index — DuckDB::PreparedStatement
- #bind_time — DuckDB::PreparedStatement
- #bind_timestamp — DuckDB::PreparedStatement
- #bind_varchar — DuckDB::PreparedStatement
- #child_type — DuckDB::LogicalType
- #clear_bindings — DuckDB::PreparedStatement
- #close — DuckDB::Appender
- #close — DuckDB::Database
- #column_count — DuckDB::Result
- #column_size — DuckDB::Result
- #columns — DuckDB::Result
- #connect — DuckDB::Connection
- #connect — DuckDB::Database
- #destroy — DuckDB::ExtractedStatementsImpl
- #disconnect — DuckDB::Connection
- #each — DuckDB::Result
- #each — DuckDB::ExtractedStatements
- #end_row — DuckDB::Appender
- #enum_dictionary_values — DuckDB::Result
- #eql? — DuckDB::Interval
- #error_message — DuckDB::Appender
- #execute — DuckDB::PreparedStatement
- #execute_check_state — DuckDB::PendingResult
- #execute_pending — DuckDB::PendingResult
- #execute_task — DuckDB::PendingResult
- #execution_finished? — DuckDB::PendingResult
- #flush — DuckDB::Appender
- #interrupt — DuckDB::Connection
- #logical_type — DuckDB::Column
- #name — DuckDB::Column
- #nparams — DuckDB::PreparedStatement
- #param_type — DuckDB::PreparedStatement
- #parameter_name — DuckDB::PreparedStatement
- #pending_prepared — DuckDB::PreparedStatement
- #pending_prepared_stream — DuckDB::PreparedStatement
- #prepared_statement — DuckDB::Connection
- #prepared_statement — DuckDB::ExtractedStatementsImpl
- #query — DuckDB::Connection
- #query_multi_sql — DuckDB::Connection
- #query_progress — DuckDB::Connection
- #return_type — DuckDB::Result
- #rows_changed — DuckDB::Result
- #scale — DuckDB::LogicalType
- #set_config — DuckDB::Config
- #size — DuckDB::ExtractedStatementsImpl
- #size — DuckDB::LogicalType
- #state — DuckDB::PendingResult
- #statement_type — DuckDB::PreparedStatement
- #statement_type — DuckDB::Result
- #streaming? — DuckDB::Result
- #type — DuckDB::Column
- #type — DuckDB::LogicalType
- #width — DuckDB::LogicalType