com.imcode.db.benchmark
Class BenchmarkDatabase

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

public class BenchmarkDatabase
extends AbstractDatabase


Constructor Summary
BenchmarkDatabase(Database database)
           
 
Method Summary
 java.lang.Object execute(DatabaseCommand databaseCommand)
           
 java.lang.Object executeCommand(DatabaseCommand databaseCommand)
           
 java.util.Map getBenchmarks()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BenchmarkDatabase

public BenchmarkDatabase(Database database)
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

executeCommand

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

getBenchmarks

public java.util.Map getBenchmarks()


Copyright © -2006 . All Rights Reserved.