Uses of Class
de.unikassel.android.sdcframework.persistence.AbstractDatabaseCommand

Packages that use AbstractDatabaseCommand
de.unikassel.android.sdcframework.persistence The classes providing the service for persistent storage of samples on the device. 
 

Uses of AbstractDatabaseCommand in de.unikassel.android.sdcframework.persistence
 

Subclasses of AbstractDatabaseCommand in de.unikassel.android.sdcframework.persistence
 class DeleteSamplesCommand
          Implementation of the sample deletion database command.
 class GetMaximumDatabaseSizeCommand
          Implementation of the get maximum database size command.
 class GetRecordCountCommand
          Implementation of the get record count database command.
 class InsertSamplesCommand
          Implementation of the insert samples database command.
 class RemoveSamplesCommand
          Implementation of the remove samples database command.
 class SetMaximumDatabaseSizeCommand
          Implementation of the set maximum database size command.