close_v2 method
Implementation
_async.Future<int> close_v2(PtrSqlite3 arg1) async {
if (libVersionNumber < 3007014) {
throw dbsql.DatabaseException('API sqlite3_close_v2 is not available before 3.7.14');
}
return _h_sqlite3_close_v2!(arg1);
}