Methods in org.apache.ojb.broker.ant that throw DataTaskException |
void |
DdlUtilsDataHandling.getDataDTD(Writer output)
Writes a DTD that can be used for data XML files matching the current model to the given writer. |
void |
DdlUtilsDataHandling.getInsertDataSql(Reader input,
Writer output)
Returns the sql necessary to add the data XML contained in the given input stream. |
void |
DdlUtilsDataHandling.insertData(Reader input,
int batchSize)
Returns the sql necessary to add the data XML contained in the given input stream. |