Searched defs:tableName (Results 1 – 5 of 5) sorted by relevance
548 String tableName = ""; in insert() local582 String tableName = ""; in bulkInsert() local629 String tableName = ""; in delete() local662 String tableName = ""; in update() local
198 SQLiteDatabase db, String tableName, String column, String columnType, in addColumnToTable()
53 private String getStringForSimInfoTableCreation(String tableName) { in getStringForSimInfoTableCreation()
26 public SQLiteCacheHelper(Context context, String name, int version, String tableName) { in SQLiteCacheHelper()
1205 public InsertHelper(SQLiteDatabase db, String tableName) { in InsertHelper()