ORCentral
|
Database command to insert a new dataset into the database. More...
Public Member Functions | |
InsertDatasetDBCommand (int dataId, int areaId, int metadataId, int binaryId, int thumbId) | |
void | exec () throws DBException |
Executes command. |
Database command to insert a new dataset into the database.
Definition at line 11 of file InsertDatasetDBCommand.java.
eu.coform.database.command.InsertDatasetDBCommand.InsertDatasetDBCommand | ( | int | dataId, |
int | areaId, | ||
int | metadataId, | ||
int | binaryId, | ||
int | thumbId | ||
) |
Definition at line 19 of file InsertDatasetDBCommand.java.
void eu.coform.database.command.InsertDatasetDBCommand.exec | ( | ) | throws DBException |
Executes command.
DBException |
Implements eu.coform.database.command.DatabaseCommand.
Definition at line 34 of file InsertDatasetDBCommand.java.