context_db_handle method
Implementation
PtrSqlite3 context_db_handle(PtrContext arg1) {
if (libVersionNumber < 3005008) {
throw dbsql.DatabaseException('API sqlite3_context_db_handle is not available before 3.5.8');
}
return _h_sqlite3_context_db_handle!(arg1);
}