Skip to content

Commit 3ec103d

Browse files
authored
Update sqlite_stmt.hpp
1 parent ddccba6 commit 3ec103d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/include/sqlite_stmt.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ class SQLiteStatement {
4141
throw InternalException("Unsupported type for SQLiteStatement::Bind");
4242
}
4343
void BindText(idx_t col, const string_t &value);
44+
void BindBlob(idx_t col, const string_t &value);
4445
void BindValue(Vector &col, idx_t c, idx_t r);
4546
int GetType(idx_t col);
4647
bool IsOpen();

0 commit comments

Comments
 (0)