您可以通过 URI 使用内容解析器删除,也可以将一些参数传递给 where 参数。
您如何使参数成为 SQL 注入安全的?
是否可以将准备好的语句与 ContentResolver 一起使用?
act.getContentResolver().delete(myuriwithid,null,null);
act.getContentResolver().delete(mybaseuri," name = '"+this.name"'",null);
您可以通过 URI 使用内容解析器删除,也可以将一些参数传递给 where 参数。
您如何使参数成为 SQL 注入安全的?
是否可以将准备好的语句与 ContentResolver 一起使用?
act.getContentResolver().delete(myuriwithid,null,null);
act.getContentResolver().delete(mybaseuri," name = '"+this.name"'",null);