ORCentral
|
Database command to insert a new file into the database. More...
Public Member Functions | |
InsertFileDBCommand (Filestruct file, int userId) | |
void | exec () throws DBException |
Executes command. |
Database command to insert a new file into the database.
Definition at line 12 of file InsertFileDBCommand.java.
eu.coform.database.command.InsertFileDBCommand.InsertFileDBCommand | ( | Filestruct | file, |
int | userId | ||
) |
Definition at line 17 of file InsertFileDBCommand.java.
void eu.coform.database.command.InsertFileDBCommand.exec | ( | ) | throws DBException |
Executes command.
DBException |
Implements eu.coform.database.command.DatabaseCommand.
Definition at line 27 of file InsertFileDBCommand.java.