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()
1964 for (String colName : initialValues.keySet()) { in insertWithOnConflict()1966 sql.append(colName); in insertWithOnConflict()1967 bindArgs[i++] = initialValues.get(colName); in insertWithOnConflict()2073 for (String colName : values.keySet()) { in updateWithOnConflict()2075 sql.append(colName); in updateWithOnConflict()2076 bindArgs[i++] = values.get(colName); in updateWithOnConflict()