ORCentral
|
Database command to get a new UUID for a new session. More...
Public Member Functions | |
GetNewSessionUIDDBCommand () | |
void | exec () throws DBException |
Executes command. | |
UniqueID | getResult () |
Database command to get a new UUID for a new session.
Definition at line 14 of file GetNewSessionUIDDBCommand.java.
eu.coform.database.command.GetNewSessionUIDDBCommand.GetNewSessionUIDDBCommand | ( | ) |
Definition at line 18 of file GetNewSessionUIDDBCommand.java.
void eu.coform.database.command.GetNewSessionUIDDBCommand.exec | ( | ) | throws DBException |
Executes command.
DBException |
Implements eu.coform.database.command.DatabaseCommand.
Definition at line 29 of file GetNewSessionUIDDBCommand.java.
UniqueID eu.coform.database.command.GetNewSessionUIDDBCommand.getResult | ( | ) |
Implements eu.coform.database.command.ResultDatabaseCommand.
Definition at line 55 of file GetNewSessionUIDDBCommand.java.