Package 

Class SQLUserDatasource

  • All Implemented Interfaces:
    com.batch.android.user.UserDatasource

    
    public final class SQLUserDatasource
     implements UserDatasource
                        

    User data (attributes) datasource. Wraps SQLite queries (DAO).

    This class is NOT thread or context safe at all. You must make sure it is ALWAYS acessed using its singleton, and that all of the calls happen on a single thread.