ORCentral
|
Databaes command to insert a new mimetype into the database. More...
Public Member Functions | |
InsertMimetypeCommand (Mimetype mimetype) | |
void | exec () throws DBException |
Executes command. | |
void | setMimetype (Mimetype m_mimetype) |
Mimetype | getMimetype () |
Integer | getResult () |
Databaes command to insert a new mimetype into the database.
Definition at line 11 of file InsertMimetypeCommand.java.
eu.coform.database.command.InsertMimetypeCommand.InsertMimetypeCommand | ( | Mimetype | mimetype | ) |
void eu.coform.database.command.InsertMimetypeCommand.exec | ( | ) | throws DBException |
Executes command.
DBException |
Implements eu.coform.database.command.DatabaseCommand.
Definition at line 25 of file InsertMimetypeCommand.java.
Mimetype eu.coform.database.command.InsertMimetypeCommand.getMimetype | ( | ) |
Definition at line 42 of file InsertMimetypeCommand.java.
Integer eu.coform.database.command.InsertMimetypeCommand.getResult | ( | ) |
Implements eu.coform.database.command.ResultDatabaseCommand.
Definition at line 47 of file InsertMimetypeCommand.java.
void eu.coform.database.command.InsertMimetypeCommand.setMimetype | ( | Mimetype | m_mimetype | ) |
Definition at line 38 of file InsertMimetypeCommand.java.