ORCentral
|
Public Member Functions | |
CheckPrimarySessionDBCommand (long userId) | |
void | exec () throws DBException |
Executes command. | |
Boolean | getResult () |
Definition at line 11 of file CheckPrimarySessionDBCommand.java.
eu.coform.database.command.CheckPrimarySessionDBCommand.CheckPrimarySessionDBCommand | ( | long | userId | ) |
Definition at line 16 of file CheckPrimarySessionDBCommand.java.
void eu.coform.database.command.CheckPrimarySessionDBCommand.exec | ( | ) | throws DBException |
Executes command.
DBException |
Implements eu.coform.database.command.DatabaseCommand.
Definition at line 20 of file CheckPrimarySessionDBCommand.java.
Boolean eu.coform.database.command.CheckPrimarySessionDBCommand.getResult | ( | ) |
Implements eu.coform.database.command.ResultDatabaseCommand.
Definition at line 46 of file CheckPrimarySessionDBCommand.java.