com.imcode.db
Interface DatabaseCommand

All Known Implementing Classes:
ColumnValuesDatabaseCommand, CompositeDatabaseCommand, DeleteWhereColumnsEqualDatabaseCommand, InsertIntoTableDatabaseCommand, SqlQueryCommand, SqlQueryDatabaseCommand, SqlUpdateCommand, SqlUpdateDatabaseCommand, TransactionDatabaseCommand, UpdateTableWhereColumnEqualsDatabaseCommand

public interface DatabaseCommand


Method Summary
 java.lang.Object executeOn(DatabaseConnection connection)
           
 

Method Detail

executeOn

java.lang.Object executeOn(DatabaseConnection connection)
                           throws DatabaseException
Throws:
DatabaseException


Copyright © -2006 . All Rights Reserved.