com.jenkov.mrpersister.itf.command
Interface IDaoCommand


public interface IDaoCommand

Author:
Jakob Jenkov - Copyright 2005 Jenkov Development

Method Summary
 java.lang.Object execute(IDaos daos)
          Executes this dao command.
 

Method Detail

execute

java.lang.Object execute(IDaos daos)
                         throws PersistenceException,
                                java.sql.SQLException
Executes this dao command.

Parameters:
daos - The daos, connection and persistence configuration to use when executing this dao command.
Returns:
An object as result of the command execution, if there is any result.
Throws:
PersistenceException
java.sql.SQLException