MCPcopy Index your code
hub / github.com/Sopage/android-orm / delete

Method delete

library/src/main/java/com/sanders/db/DBProxy.java:307–310  ·  view source on GitHub ↗

更具条件删除数据库内容 @param clazz @param where @param args @return

(Class<?> clazz, String where, String... args)

Source from the content-addressed store, hash-verified

305 * @return
306 */
307 public final int delete(Class<?> clazz, String where, String... args) {
308 String table = ClassInfo.conversionClassNameToTableName(clazz.getName());
309 return delete(table, where, args);
310 }
311
312 /**
313 * 根据主键删除数据库内容

Callers 1

Calls 3

getDatabaseMethod · 0.95
closeMethod · 0.95

Tested by

no test coverage detected