greenrobot / greenDAO

greenDAO is a light & fast ORM solution for Android that maps objects to SQLite databases.
http://greenrobot.org/greendao/
12.63k stars 2.89k forks source link

I need to fetch all the users. #1036

Open RahatSaqib opened 4 years ago

RahatSaqib commented 4 years ago

Is there any method to fetch all the data of a database? Like all the users who registered or all the table created in database.

greenrobot-team commented 4 years ago

I guess just use a query without conditions? https://greenrobot.org/greendao/documentation/queries/

You can also custom SQL to build a query. https://greenrobot.org/greendao/documentation/queries/#Raw_queries