ORCentral
Public Member Functions

eu.coform.database.command.NextIdCommand Class Reference

Database command to decide which is the next ID to use on a given column and table. More...

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

List of all members.

Public Member Functions

 NextIdCommand (String columnName, String tableName)
Integer getResult ()
void exec () throws DBException
 Executes command.

Detailed Description

Database command to decide which is the next ID to use on a given column and table.

Definition at line 14 of file NextIdCommand.java.


Constructor & Destructor Documentation

eu.coform.database.command.NextIdCommand.NextIdCommand ( String  columnName,
String  tableName 
)

Definition at line 20 of file NextIdCommand.java.


Member Function Documentation

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

Executes command.

Exceptions:
DBException

Implements eu.coform.database.command.DatabaseCommand.

Definition at line 36 of file NextIdCommand.java.

Here is the call graph for this function:

Here is the caller graph for this function:

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

Implements eu.coform.database.command.ResultDatabaseCommand.

Definition at line 26 of file NextIdCommand.java.

Here is the caller graph for this function:


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