ORCentral

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

Go to the documentation of this file.
00001 package eu.coform.database.command;
00002 
00003 import eu.coform.database.DBException;
00004 
00008 public interface DatabaseCommand {
00009 
00015    public void exec() throws DBException;
00016    
00017 }
 All Classes Namespaces Files Functions Variables Enumerations