de.unikassel.android.sdcframework.persistence
Class GetRecordCountCommand
java.lang.Object
de.unikassel.android.sdcframework.persistence.AbstractDatabaseCommand<Long>
de.unikassel.android.sdcframework.persistence.GetRecordCountCommand
- All Implemented Interfaces:
- DatabaseCommand<Long>
public class GetRecordCountCommand
- extends AbstractDatabaseCommand<Long>
Implementation of the get record count database command.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GetRecordCountCommand
public GetRecordCountCommand()
- 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