ORCentral
Public Member Functions

eu.coform.database.command.InsertDatasetDBCommand Class Reference

Database command to insert a new dataset into the database. More...

Inheritance diagram for eu.coform.database.command.InsertDatasetDBCommand:
Inheritance graph
[legend]
Collaboration diagram for eu.coform.database.command.InsertDatasetDBCommand:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 InsertDatasetDBCommand (int dataId, int areaId, int metadataId, int binaryId, int thumbId)
void exec () throws DBException
 Executes command.

Detailed Description

Database command to insert a new dataset into the database.

Definition at line 11 of file InsertDatasetDBCommand.java.


Constructor & Destructor Documentation

eu.coform.database.command.InsertDatasetDBCommand.InsertDatasetDBCommand ( int  dataId,
int  areaId,
int  metadataId,
int  binaryId,
int  thumbId 
)

Definition at line 19 of file InsertDatasetDBCommand.java.


Member Function Documentation

void eu.coform.database.command.InsertDatasetDBCommand.exec ( ) throws DBException

Executes command.

Exceptions:
DBException

Implements eu.coform.database.command.DatabaseCommand.

Definition at line 34 of file InsertDatasetDBCommand.java.

Here is the call graph for this function:

Here is the caller graph for this function:


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations