org.chur.ant.db.jdbsynch.export
Class TableTask

java.lang.Object
  extended by org.apache.tools.ant.ProjectComponent
      extended by org.apache.tools.ant.Task
          extended by org.chur.ant.db.jdbsynch.export.MetadataTask
              extended by org.chur.ant.db.jdbsynch.export.TableTask

public class TableTask
extends MetadataTask

Date: Oct 30, 2006 Time: 4:56:04 PM Author: Sergey Churikov


Field Summary
 
Fields inherited from class org.chur.ant.db.jdbsynch.export.MetadataTask
fields, tableName
 
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
TableTask()
           
 
Method Summary
 void addText(java.lang.String text)
           
 Table createTable(java.sql.Connection dbConnection, JAXBMachine jaxbMachine, java.lang.String schema)
           
 DBProfile getDbProfile()
           
 void setDbProfile(DBProfile dbProfile)
           
 
Methods inherited from class org.chur.ant.db.jdbsynch.export.MetadataTask
addField, setTableName, toString
 
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, wait, wait, wait
 

Constructor Detail

TableTask

public TableTask()
Method Detail

createTable

public Table createTable(java.sql.Connection dbConnection,
                         JAXBMachine jaxbMachine,
                         java.lang.String schema)
                  throws javax.xml.bind.JAXBException,
                         java.sql.SQLException
Throws:
javax.xml.bind.JAXBException
java.sql.SQLException

getDbProfile

public DBProfile getDbProfile()

setDbProfile

public void setDbProfile(DBProfile dbProfile)

addText

public void addText(java.lang.String text)