com.imcode.db
Class SingleConnectionDatabase

java.lang.Object
  extended by com.imcode.db.AbstractDatabase
      extended by com.imcode.db.SingleConnectionDatabase
All Implemented Interfaces:
Database

public class SingleConnectionDatabase
extends AbstractDatabase


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

Constructor Detail

SingleConnectionDatabase

public SingleConnectionDatabase(DatabaseConnection connection)
Method Detail

execute

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


Copyright © -2006 . All Rights Reserved.