Searched refs:notNullIndex (Results 1 – 1 of 1) sorted by relevance
219 int notNullIndex = cursor.getColumnIndex("notnull"); in readColumns() local225 final boolean notNull = 0 != cursor.getInt(notNullIndex); in readColumns()