ORCentral

src/eu/coform/database/command/ResultDatabaseCommand.java

Go to the documentation of this file.
00001 package eu.coform.database.command;
00002 
00006 public interface ResultDatabaseCommand extends DatabaseCommand {
00007 
00008    public Object getResult();
00009    
00010 }
 All Classes Namespaces Files Functions Variables Enumerations