bind_zeroblob method
Implementation
int bind_zeroblob(PtrStmt arg1, int arg2, int n) {
if (libVersionNumber < 3004000) {
throw dbsql.DatabaseException('API sqlite3_bind_zeroblob is not available before 3.4.0');
}
return _h_sqlite3_bind_zeroblob!(arg1, arg2, n);
}