Android Database Cursor Column

Android examples for Database:Cursor Column

Description

Click the following links for the tutorial for Database and Cursor Column.

  1. Load Date value from cursor by column name
  2. Return the first column of the first row of the supplied cursor as a long.
  3. Return the int stored in the specified column of the cursor, -1 if column does not exist
  4. Return the long stored in the specified column of the cursor, -1 if column does not exist
  5. Return the string at the specified column of the cursor
  6. Reads a Double out of a column in a Cursor and writes it to a ContentValues.
  7. Reads a Float out of a column in a Cursor and writes it to a ContentValues.
  8. Reads a Integer out of a column in a Cursor and writes it to a ContentValues.


  9. Reads a Long out of a column in a Cursor and writes it to a ContentValues.
  10. Reads a Short out of a column in a Cursor and writes it to a ContentValues.
  11. Reads a String out of a column in a Cursor and writes it to a ContentValues.
  12. Reads the strings from the cursor that are specified in the column Index array and saves them in values beginning at startingIndex, skipping a slot for each value.
  13. get Column Type from Cursor
  14. get Cursor Column String
  15. Returns an String representing the Column data of the Cursor. Cursor can be null which results in an empty string returned
  16. Get table column names from the cursor


  17. dump Current Column from Cursor
  18. dump Current Column from Cursor To String
  19. Get the value of the data column for this Uri from Database Cursor.
  20. get database Cursor Column As Int
  21. Get the value of the data column for this Uri from Cursor
  22. get Cursor Column