org.chur.ant.db.dbstructure
Class ViewStructTask

java.lang.Object
  extended by org.apache.tools.ant.ProjectComponent
      extended by org.apache.tools.ant.Task
          extended by org.chur.ant.db.dbstructure.ViewStructTask
All Implemented Interfaces:
StructTask

public class ViewStructTask
extends org.apache.tools.ant.Task
implements StructTask

Date: Oct 10, 2006 Time: 5:32:14 PM Author: Sergey Churikov


Field Summary
 
Fields inherited from class org.apache.tools.ant.Task
description, location, target, taskName, taskType, wrapper
 
Fields inherited from class org.apache.tools.ant.ProjectComponent
project
 
Constructor Summary
ViewStructTask()
           
 
Method Summary
 void execute(java.lang.String schemaName, java.sql.Connection dbConnection, java.io.PrintStream out, DBProfile profile)
           
 
Methods inherited from class org.apache.tools.ant.Task
execute, getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, maybeConfigure, perform, reconfigure, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
 
Methods inherited from class org.apache.tools.ant.ProjectComponent
getProject, setProject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewStructTask

public ViewStructTask()
Method Detail

execute

public void execute(java.lang.String schemaName,
                    java.sql.Connection dbConnection,
                    java.io.PrintStream out,
                    DBProfile profile)
             throws java.sql.SQLException
Specified by:
execute in interface StructTask
Throws:
java.sql.SQLException