Add a WHERE NOT NULL condition
DBHelper whereNotNull(String column) { _whereConditions.add("$column IS NOT NULL"); return this; }