ORCentral
|
Database command to get all locations from database. More...
Public Member Functions | |
AllLocationsFromDBCommand () | |
void | exec () throws DBException |
Executes command. | |
Location[] | getResult () |
Database command to get all locations from database.
Definition at line 15 of file AllLocationsFromDBCommand.java.
eu.coform.database.command.AllLocationsFromDBCommand.AllLocationsFromDBCommand | ( | ) |
Definition at line 18 of file AllLocationsFromDBCommand.java.
void eu.coform.database.command.AllLocationsFromDBCommand.exec | ( | ) | throws DBException |
Executes command.
DBException |
Implements eu.coform.database.command.DatabaseCommand.
Definition at line 28 of file AllLocationsFromDBCommand.java.
Location [] eu.coform.database.command.AllLocationsFromDBCommand.getResult | ( | ) |
Definition at line 54 of file AllLocationsFromDBCommand.java.