de.unikassel.android.sdcframework.persistence
Class GetRecordCountCommand

Package class diagram package GetRecordCountCommand
java.lang.Object
  extended by de.unikassel.android.sdcframework.persistence.AbstractDatabaseCommand<Long>
      extended by 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.


Field Summary
 
Fields inherited from class de.unikassel.android.sdcframework.persistence.AbstractDatabaseCommand
DEFAULT_DB_OPEN_RETRY_COUNT
 
Constructor Summary
GetRecordCountCommand()
          Constructor
 
Method Summary
protected  Long applyCommand(DatabaseAdapter dbAdapter)
          Method to apply the basic database command operation.
 
Methods inherited from class de.unikassel.android.sdcframework.persistence.AbstractDatabaseCommand
execute, getDbOpenRetryCount, getResult, internalExecute, isOpenReadOnly
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetRecordCountCommand

public GetRecordCountCommand()
Constructor

Method Detail

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