Sha256: 85e04c89f256ad51076a53d333dfa6ec979ac497352557295a83e9126f88200b
Contents?: true
Size: 643 Bytes
Versions: 2
Compression:
Stored size: 643 Bytes
Contents
#ifndef RUBY_DUCKDB_H #define RUBY_DUCKDB_H #include "ruby.h" #include <duckdb.h> #ifdef HAVE_DUCKDB_APPEND_DATA_CHUNK #define HAVE_DUCKDB_H_GE_V033 1 #endif #ifdef HAVE_DUCKDB_VALUE_STRING #define HAVE_DUCKDB_H_GE_V060 1 #endif #include "./error.h" #include "./database.h" #include "./connection.h" #include "./result.h" #include "./column.h" #include "./prepared_statement.h" #include "./util.h" #include "./blob.h" #include "./appender.h" #include "./config.h" extern VALUE mDuckDB; extern VALUE cDuckDBDatabase; extern VALUE cDuckDBConnection; extern VALUE cDuckDBBlob; extern VALUE cDuckDBConfig; extern VALUE eDuckDBError; #endif
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
duckdb-0.7.0 | ext/duckdb/ruby-duckdb.h |
duckdb-0.6.1 | ext/duckdb/ruby-duckdb.h |