ORCentral
|
Get user id for session. More...
Public Member Functions | |
UserIdForSessDBCommand (Session session) | |
void | exec () throws DBException |
Executes command. | |
int | getResult () |
Get user id for session.
Definition at line 14 of file UserIdForSessDBCommand.java.
eu.coform.database.command.UserIdForSessDBCommand.UserIdForSessDBCommand | ( | Session | session | ) |
Definition at line 18 of file UserIdForSessDBCommand.java.
void eu.coform.database.command.UserIdForSessDBCommand.exec | ( | ) | throws DBException |
Executes command.
DBException |
Implements eu.coform.database.command.DatabaseCommand.
Definition at line 27 of file UserIdForSessDBCommand.java.
int eu.coform.database.command.UserIdForSessDBCommand.getResult | ( | ) |
Definition at line 48 of file UserIdForSessDBCommand.java.