Lines Matching full:projection
82 <h3>Set up a projection</h3>
87 column names to your projection. Always retrieve
94 private static final String PROJECTION =
116 This projection retrieves all the columns for a row in the
231 PROJECTION,
289 Projection
292 Modify your projection to retrieve the columns that are specific to the
293 data type. Also modify the projection to use the column name constants defined in the
317 <h3>Define a projection</h3>
323 following projection:
326 private static final String[] PROJECTION =
335 Notice that this projection uses the column names defined in the class
341 In the projection, you can also use any of the other columns defined in the