|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DatabaseCommand | |
---|---|
de.unikassel.android.sdcframework.persistence | The classes providing the service for persistent storage of samples on the device. |
de.unikassel.android.sdcframework.persistence.facade | Provides the interfaces for the persistence package. |
Uses of DatabaseCommand in de.unikassel.android.sdcframework.persistence |
---|
Classes in de.unikassel.android.sdcframework.persistence that implement DatabaseCommand | |
---|---|
class |
AbstractDatabaseCommand<T>
Abstract base class for database commands. |
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. |
Methods in de.unikassel.android.sdcframework.persistence with parameters of type DatabaseCommand | ||
---|---|---|
|
PersistentStorageManagerImpl.doExecuteCommand(DatabaseCommand<T> command)
|
|
|
DatabaseManagerImpl.doExecuteCommand(DatabaseCommand<T> command)
|
Uses of DatabaseCommand in de.unikassel.android.sdcframework.persistence.facade |
---|
Methods in de.unikassel.android.sdcframework.persistence.facade with parameters of type DatabaseCommand | ||
---|---|---|
|
DatabaseManager.doExecuteCommand(DatabaseCommand<T> command)
Does execute a database command |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |