ORCentral
|
Database command to decide which is the next ID to use on a given column and table. More...
Public Member Functions | |
NextIdCommand (String columnName, String tableName) | |
Integer | getResult () |
void | exec () throws DBException |
Executes command. |
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.
eu.coform.database.command.NextIdCommand.NextIdCommand | ( | String | columnName, |
String | tableName | ||
) |
Definition at line 20 of file NextIdCommand.java.
void eu.coform.database.command.NextIdCommand.exec | ( | ) | throws DBException |
Executes command.
DBException |
Implements eu.coform.database.command.DatabaseCommand.
Definition at line 36 of file NextIdCommand.java.
Integer eu.coform.database.command.NextIdCommand.getResult | ( | ) |
Implements eu.coform.database.command.ResultDatabaseCommand.
Definition at line 26 of file NextIdCommand.java.