avignon.handlers.database
Interface DatabaseCommand
- All Known Implementing Classes:
- DatabaseTableCommand, SQLStatementCommand
- public interface DatabaseCommand
Interface that describes the actions that can be done by a DatabaseConnection.
|
Method Summary |
void |
execute(java.sql.Connection database)
Execute an action on the given database connection. |
execute
public void execute(java.sql.Connection database)
throws java.sql.SQLException
- Execute an action on the given database connection.
- Parameters:
database -
- Throws:
java.sql.SQLException