Sha256: 78f9c4a43a70a45107e636335c27c3a162bbd5d9aaeb262a976b0dda84696de5
Contents?: true
Size: 235 Bytes
Versions: 22
Compression:
Stored size: 235 Bytes
Contents
#ifndef RUBY_DUCKDB_RESULT_H #define RUBY_DUCKDB_RESULT_H struct _rubyDuckDBResult { duckdb_result result; }; typedef struct _rubyDuckDBResult rubyDuckDBResult; void init_duckdb_result(void); VALUE create_result(void); #endif
Version data entries
22 entries across 22 versions & 1 rubygems