org.chur.ant.db.dbstructure
Interface StructTask

All Known Implementing Classes:
TableStructTask, ViewStructTask

public interface StructTask

Date: Oct 10, 2006 Time: 5:41:23 PM Author: Sergey Churikov


Method Summary
 void execute(java.lang.String schemaName, java.sql.Connection dbConnection, java.io.PrintStream out, DBProfile profile)
           
 

Method Detail

execute

void execute(java.lang.String schemaName,
             java.sql.Connection dbConnection,
             java.io.PrintStream out,
             DBProfile profile)
             throws java.sql.SQLException
Throws:
java.sql.SQLException