How do I get the Timestamp value from database column via a cursor and store it in a Timestamp variable in android sdk. Im using the java.sql.Timestamp and the value in the sqlite database is of type TIMESTAMP. I have created an class having all the fields as the database column names and wish to create a new object after reading a record from the database.How do I get the Timestamp value from database