Searched refs:colName (Results 1 – 2 of 2) sorted by relevance
245 private static Float getNullableFloat(Cursor cursor, String colName) { in getNullableFloat() argument247 int colIndex = cursor.getColumnIndexOrThrow(colName); in getNullableFloat()
1582 for (String colName : initialValues.keySet()) { in insertWithOnConflict()1584 sql.append(colName); in insertWithOnConflict()1585 bindArgs[i++] = initialValues.get(colName); in insertWithOnConflict()1686 for (String colName : values.keySet()) { in updateWithOnConflict()1688 sql.append(colName); in updateWithOnConflict()1689 bindArgs[i++] = values.get(colName); in updateWithOnConflict()