com.imcode.db
Interface Database

All Known Implementing Classes:
AbstractDatabase, BenchmarkDatabase, DatasourceDatabase, DataSourceDatabase, MockDatabase, SingleConnectionDatabase

public interface Database


Method Summary
 java.lang.Object execute(DatabaseCommand databaseCommand)
           
 java.lang.Object executeCommand(DatabaseCommand databaseCommand)
          Deprecated. Use execute(DatabaseCommand) instead.
 

Method Detail

execute

java.lang.Object execute(DatabaseCommand databaseCommand)
                         throws DatabaseException
Throws:
DatabaseException

executeCommand

java.lang.Object executeCommand(DatabaseCommand databaseCommand)
                                throws DatabaseException
Deprecated. Use execute(DatabaseCommand) instead.

Throws:
DatabaseException


Copyright © -2006 . All Rights Reserved.