bind_zeroblob64 method
Implementation
int bind_zeroblob64(PtrStmt arg1, int arg2, int arg3) {
if (libVersionNumber < 3008011) {
throw dbsql.DatabaseException('API sqlite3_bind_zeroblob64 is not available before 3.8.11');
}
return _h_sqlite3_bind_zeroblob64!(arg1, arg2, arg3);
}