Hi i want to query for all of the rows/objects in the db table that have have a timeStamp in ISO8601, bigger than a date baseDate(ISO8601) , Im using the Ormlite as framework,so please suggest a solution that uses Ormlite.
Here is a simple example of my model.
@DatabaseTable(name="testTable")
class testTable
{
@DatabaseField(id = true)
int id
@DatabaseField
String timeStamp
}
Thanks
Aucun commentaire:
Enregistrer un commentaire