We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddccba6 commit 3ec103dCopy full SHA for 3ec103d
src/include/sqlite_stmt.hpp
@@ -41,6 +41,7 @@ class SQLiteStatement {
41
throw InternalException("Unsupported type for SQLiteStatement::Bind");
42
}
43
void BindText(idx_t col, const string_t &value);
44
+ void BindBlob(idx_t col, const string_t &value);
45
void BindValue(Vector &col, idx_t c, idx_t r);
46
int GetType(idx_t col);
47
bool IsOpen();
0 commit comments