|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
org.chur.ant.db.jdbsynch.export.MetadataTask
org.chur.ant.db.jdbsynch.export.TableTask
public class TableTask
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 |
|---|
public TableTask()
| Method Detail |
|---|
public Table createTable(java.sql.Connection dbConnection,
JAXBMachine jaxbMachine,
java.lang.String schema)
throws javax.xml.bind.JAXBException,
java.sql.SQLException
javax.xml.bind.JAXBException
java.sql.SQLExceptionpublic DBProfile getDbProfile()
public void setDbProfile(DBProfile dbProfile)
public void addText(java.lang.String text)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||