db_handle method
Implementation
PtrSqlite3 db_handle(PtrStmt arg1) {
if (libVersionNumber < 3002002) {
throw dbsql.DatabaseException('API sqlite3_db_handle is not available before 3.2.2');
}
return _h_sqlite3_db_handle!(arg1);
}
PtrSqlite3 db_handle(PtrStmt arg1) {
if (libVersionNumber < 3002002) {
throw dbsql.DatabaseException('API sqlite3_db_handle is not available before 3.2.2');
}
return _h_sqlite3_db_handle!(arg1);
}