public class SQLDataLoaderXMLFormat extends AbstractDataLoaderXMLFormat
Below is a sample SQL loader formatted as XML:
<sqlprovider>
<datasource>local</datasource>
<query>SELECT * from EXPENSE_REPORTS</query>
</sqlprovider>
| Constructor and Description |
|---|
SQLDataLoaderXMLFormat() |
| Modifier and Type | Method and Description |
|---|---|
void |
format(DataLoader loader,
PrintWriter out,
int indent) |
DataLoader |
parse(NodeList xmlNodes) |
format, parse, printIndentpublic DataLoader parse(NodeList xmlNodes) throws Exception
Exceptionpublic void format(DataLoader loader, PrintWriter out, int indent) throws Exception
ExceptionCopyright © 2012–2016 JBoss by Red Hat. All rights reserved.