ORCentral
|
Public Member Functions | |
CheckLocationSessionExistsDBCommand (long userId, long locationId) | |
void | exec () throws DBException |
Executes command. | |
Boolean | getResult () |
Definition at line 10 of file CheckLocationSessionExistsDBCommand.java.
eu.coform.database.command.CheckLocationSessionExistsDBCommand.CheckLocationSessionExistsDBCommand | ( | long | userId, |
long | locationId | ||
) |
Definition at line 16 of file CheckLocationSessionExistsDBCommand.java.
void eu.coform.database.command.CheckLocationSessionExistsDBCommand.exec | ( | ) | throws DBException |
Executes command.
DBException |
Implements eu.coform.database.command.DatabaseCommand.
Definition at line 27 of file CheckLocationSessionExistsDBCommand.java.
Boolean eu.coform.database.command.CheckLocationSessionExistsDBCommand.getResult | ( | ) |
Implements eu.coform.database.command.ResultDatabaseCommand.
Definition at line 53 of file CheckLocationSessionExistsDBCommand.java.