| |
|
| org.apache.torque.task.TorqueDataModelTask org.apache.torque.task.TorqueDataSQLTask
getDataDTD | public String getDataDTD()(Code) | | Gets the DataDTD attribute of the TorqueDataSQLTask object
The DataDTD value |
getDataXmlFile | public String getDataXmlFile()(Code) | | Gets the DataXmlFile attribute of the TorqueDataSQLTask object
The DataXmlFile value |
getTargetDatabase | public String getTargetDatabase()(Code) | | Get the current target database.
String target database(s) |
initControlContext | public Context initControlContext() throws Exception(Code) | | Set up the initial context for generating the SQL from the XML schema.
the context throws: Exception - If there is an error parsing the data xml. |
setDataDTD | public void setDataDTD(String dataDTD)(Code) | | Sets the DataDTD attribute of the TorqueDataSQLTask object
Parameters: dataDTD - The new DataDTD value |
setDataXmlFile | public void setDataXmlFile(String dataXmlFile)(Code) | | Sets the DataXmlFile attribute of the TorqueDataSQLTask object
Parameters: dataXmlFile - The new DataXmlFile value |
setTargetDatabase | public void setTargetDatabase(String v)(Code) | | Set the current target database. This is where generated java classes
will live.
Parameters: v - The new TargetDatabase value |
|
|
|