com.imcode.db
Class AbstractDatabase

java.lang.Object
  extended by com.imcode.db.AbstractDatabase
All Implemented Interfaces:
Database
Direct Known Subclasses:
BenchmarkDatabase, DataSourceDatabase, MockDatabase, SingleConnectionDatabase

public abstract class AbstractDatabase
extends java.lang.Object
implements Database


Constructor Summary
AbstractDatabase()
           
 
Method Summary
 java.lang.Object execute(DatabaseCommand databaseCommand)
           
 java.lang.Object executeCommand(DatabaseCommand databaseCommand)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractDatabase

public AbstractDatabase()
Method Detail

executeCommand

public java.lang.Object executeCommand(DatabaseCommand databaseCommand)
                                throws DatabaseException
Specified by:
executeCommand in interface Database
Throws:
DatabaseException

execute

public java.lang.Object execute(DatabaseCommand databaseCommand)
                         throws DatabaseException
Specified by:
execute in interface Database
Throws:
DatabaseException


Copyright © -2006 . All Rights Reserved.