de.unikassel.android.sdcframework.persistence
Class GetMaximumDatabaseSizeCommand
java.lang.Object
de.unikassel.android.sdcframework.persistence.AbstractDatabaseCommand<Long>
de.unikassel.android.sdcframework.persistence.GetMaximumDatabaseSizeCommand
- All Implemented Interfaces:
- DatabaseCommand<Long>
public class GetMaximumDatabaseSizeCommand
- extends AbstractDatabaseCommand<Long>
Implementation of the get maximum database size command.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GetMaximumDatabaseSizeCommand
public GetMaximumDatabaseSizeCommand()
- Constructor
applyCommand
protected Long applyCommand(DatabaseAdapter dbAdapter)
- Description copied from class:
AbstractDatabaseCommand
- Method to apply the basic database command operation.
- Specified by:
applyCommand
in class AbstractDatabaseCommand<Long>
- Parameters:
dbAdapter
- the database adapter to use
- Returns:
- the command result