Searched defs:DELETE (Results 1 – 3 of 3) sorted by relevance
48 String DELETE = "delete"; field
32 DELETE("delete"), enumConstant
146 final String DELETE = "DELETE FROM " + TABLE_NAME + " WHERE number_1 ="; in testRequery() local