ORCentral
|
Database command to get internal database id of location. More...
Public Member Functions | |
CheckLocationDBCommand (Location loc) | |
void | exec () throws DBException |
Executes command. | |
Long | getResult () |
Database command to get internal database id of location.
Definition at line 14 of file CheckLocationDBCommand.java.
eu.coform.database.command.CheckLocationDBCommand.CheckLocationDBCommand | ( | Location | loc | ) |
Definition at line 18 of file CheckLocationDBCommand.java.
void eu.coform.database.command.CheckLocationDBCommand.exec | ( | ) | throws DBException |
Executes command.
DBException |
Implements eu.coform.database.command.DatabaseCommand.
Definition at line 28 of file CheckLocationDBCommand.java.
Long eu.coform.database.command.CheckLocationDBCommand.getResult | ( | ) |
Implements eu.coform.database.command.ResultDatabaseCommand.
Definition at line 48 of file CheckLocationDBCommand.java.