|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.imcode.db.commands.TransactionDatabaseCommand
com.imcode.db.commands.CompositeDatabaseCommand
public class CompositeDatabaseCommand
Constructor Summary | |
---|---|
CompositeDatabaseCommand()
|
|
CompositeDatabaseCommand(DatabaseCommand databaseCommand)
|
|
CompositeDatabaseCommand(DatabaseCommand[] databaseCommands)
|
Method Summary | |
---|---|
void |
add(DatabaseCommand databaseCommand)
|
java.lang.Object |
executeInTransaction(DatabaseConnection connection)
|
Methods inherited from class com.imcode.db.commands.TransactionDatabaseCommand |
---|
executeOn |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CompositeDatabaseCommand()
public CompositeDatabaseCommand(DatabaseCommand[] databaseCommands)
public CompositeDatabaseCommand(DatabaseCommand databaseCommand)
Method Detail |
---|
public void add(DatabaseCommand databaseCommand)
public java.lang.Object executeInTransaction(DatabaseConnection connection) throws DatabaseException
executeInTransaction
in class TransactionDatabaseCommand
DatabaseException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |