ORCentral
|
Database command to insert a new filestatus into the database. More...
Public Member Functions | |
InsertFileStatusCommand (Filestatus status) | |
void | exec () throws DBException |
Executes command. | |
Integer | getResult () |
Package Attributes | |
Filestatus | status = null |
Integer | m_result = null |
Database command to insert a new filestatus into the database.
Definition at line 11 of file InsertFileStatusCommand.java.
eu.coform.database.command.InsertFileStatusCommand.InsertFileStatusCommand | ( | Filestatus | status | ) |
Definition at line 16 of file InsertFileStatusCommand.java.
void eu.coform.database.command.InsertFileStatusCommand.exec | ( | ) | throws DBException |
Executes command.
DBException |
Implements eu.coform.database.command.DatabaseCommand.
Definition at line 25 of file InsertFileStatusCommand.java.
Integer eu.coform.database.command.InsertFileStatusCommand.getResult | ( | ) |
Implements eu.coform.database.command.ResultDatabaseCommand.
Definition at line 40 of file InsertFileStatusCommand.java.
Integer eu.coform.database.command.InsertFileStatusCommand.m_result = null [package] |
Definition at line 14 of file InsertFileStatusCommand.java.
Filestatus eu.coform.database.command.InsertFileStatusCommand.status = null [package] |
Definition at line 13 of file InsertFileStatusCommand.java.