ORCentral
Public Member Functions | Package Attributes

eu.coform.database.command.UniqueIDFromDBCommand Class Reference

Get the unique id from an interal id from the database. More...

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

List of all members.

Public Member Functions

UniqueID getResult ()
 UniqueIDFromDBCommand (String id)
void exec () throws DBException
 Executes command.

Package Attributes

UniqueID result = null
String id

Detailed Description

Get the unique id from an interal id from the database.

Definition at line 14 of file UniqueIDFromDBCommand.java.


Constructor & Destructor Documentation

eu.coform.database.command.UniqueIDFromDBCommand.UniqueIDFromDBCommand ( String  id)

Definition at line 23 of file UniqueIDFromDBCommand.java.


Member Function Documentation

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

Executes command.

Exceptions:
DBException

Implements eu.coform.database.command.DatabaseCommand.

Definition at line 32 of file UniqueIDFromDBCommand.java.

Here is the call graph for this function:

Here is the caller graph for this function:

UniqueID eu.coform.database.command.UniqueIDFromDBCommand.getResult ( )

Definition at line 19 of file UniqueIDFromDBCommand.java.

Here is the caller graph for this function:


Member Data Documentation

Definition at line 17 of file UniqueIDFromDBCommand.java.

Definition at line 16 of file UniqueIDFromDBCommand.java.


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