|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- the result type of the commandpublic interface DatabaseCommand<T>
Interface for database commands.
Method Summary | |
---|---|
boolean |
execute(DatabaseAdapter dbAdapter)
Method to execute the command |
T |
getResult()
Getter for the result |
Method Detail |
---|
boolean execute(DatabaseAdapter dbAdapter) throws SQLiteFullException
dbAdapter
- the database adapter to use for execution
SQLiteFullException
- if command execution fails due to the fact that the database is
fullT getResult()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |