ORCentral
Public Member Functions | Package Attributes

eu.coform.database.command.InsertFileStatusCommand Class Reference

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

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

List of all members.

Public Member Functions

 InsertFileStatusCommand (Filestatus status)
void exec () throws DBException
 Executes command.
Integer getResult ()

Package Attributes

Filestatus status = null
Integer m_result = null

Detailed Description

Database command to insert a new filestatus into the database.

Definition at line 11 of file InsertFileStatusCommand.java.


Constructor & Destructor Documentation

eu.coform.database.command.InsertFileStatusCommand.InsertFileStatusCommand ( Filestatus  status)

Definition at line 16 of file InsertFileStatusCommand.java.


Member Function Documentation

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

Executes command.

Exceptions:
DBException

Implements eu.coform.database.command.DatabaseCommand.

Definition at line 25 of file InsertFileStatusCommand.java.

Here is the call graph for this function:

Here is the caller graph for this function:

Integer eu.coform.database.command.InsertFileStatusCommand.getResult ( )

Implements eu.coform.database.command.ResultDatabaseCommand.

Definition at line 40 of file InsertFileStatusCommand.java.

Here is the caller graph for this function:


Member Data Documentation

Definition at line 14 of file InsertFileStatusCommand.java.

Definition at line 13 of file InsertFileStatusCommand.java.


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