ImfXqPKiMuCNJwWT method
Future<bool>
ImfXqPKiMuCNJwWT(
- _YIMTableName tableName,
- Map<String, dynamic> onQueryFinish(), {
- Finder? finder,
})
Implementation
Future<bool> ImfXqPKiMuCNJwWT(_YIMTableName tableName, Map<String, dynamic> Function() onQueryFinish, {Finder? finder}) async {
final databaseClient = await KZERXPNLlxTYExfa(tableName);
if (databaseClient == null) return false;
try {
await SBuOIEHFFZdbPiuX().update(databaseClient, json.decode(lZUCgdYJMjUzohKy.SUEyOycoSdUsFZjL.oRJOMUIRzESpejNc(onQueryFinish())), finder: finder);
return true;
} catch (e) {
lZUCgdYJMjUzohKy.SUEyOycoSdUsFZjL.WfikzNubkXVQknYm("DB_ua: ${e}");
return false;
}
}