ORCentral
|
Interface for database commands. More...
Public Member Functions | |
void | exec () throws DBException |
Executes command. |
Interface for database commands.
Definition at line 8 of file DatabaseCommand.java.
void eu.coform.database.command.DatabaseCommand.exec | ( | ) | throws DBException |
Executes command.
DBException |
Implemented in eu.coform.database.command.AllLocationsFromDBCommand, eu.coform.database.command.CheckLocationDBCommand, eu.coform.database.command.CheckLocationSessionExistsDBCommand, eu.coform.database.command.CheckLoginDBCommand, eu.coform.database.command.CheckPrimarySessionDBCommand, eu.coform.database.command.GetNewSessionUIDDBCommand, eu.coform.database.command.InsertDatasetDBCommand, eu.coform.database.command.InsertFileDBCommand, eu.coform.database.command.InsertFileStatusCommand, eu.coform.database.command.InsertMimetypeCommand, eu.coform.database.command.InsertUUIDDBCommand, eu.coform.database.command.IntIDDBCommand, eu.coform.database.command.LocationByNameFromDBCommand, eu.coform.database.command.NewSessionDBCommand, eu.coform.database.command.NextIdCommand, eu.coform.database.command.UniqueIDFromDBCommand, eu.coform.database.command.UpdateExistingSessionDBCommand, and eu.coform.database.command.UserIdForSessDBCommand.