ORCentral
|
Database command to query the integer-id for a given uuid from the database. More...
Public Member Functions | |
IntIDDBCommand (UniqueID id) | |
void | exec () throws DBException |
Executes command. | |
int | getResult () |
Database command to query the integer-id for a given uuid from the database.
Definition at line 14 of file IntIDDBCommand.java.
eu.coform.database.command.IntIDDBCommand.IntIDDBCommand | ( | UniqueID | id | ) |
Definition at line 18 of file IntIDDBCommand.java.
void eu.coform.database.command.IntIDDBCommand.exec | ( | ) | throws DBException |
Executes command.
DBException |
Implements eu.coform.database.command.DatabaseCommand.
Definition at line 27 of file IntIDDBCommand.java.
int eu.coform.database.command.IntIDDBCommand.getResult | ( | ) |