ORCentral
|
Database command to insert a new UUID into the database. More...
Public Member Functions | |
InsertUUIDDBCommand (UniqueID id) | |
void | exec () throws DBException |
Executes command. | |
Package Attributes | |
UniqueID | id |
Database command to insert a new UUID into the database.
Definition at line 11 of file InsertUUIDDBCommand.java.
eu.coform.database.command.InsertUUIDDBCommand.InsertUUIDDBCommand | ( | UniqueID | id | ) |
Definition at line 14 of file InsertUUIDDBCommand.java.
void eu.coform.database.command.InsertUUIDDBCommand.exec | ( | ) | throws DBException |
Executes command.
DBException |
Implements eu.coform.database.command.DatabaseCommand.
Definition at line 23 of file InsertUUIDDBCommand.java.
Definition at line 12 of file InsertUUIDDBCommand.java.