Contact Us 1-800-596-4880

JDBC Transport Configuration Reference

Following are the elements in the JDBC transport schema.

Enterprise-only Features

Unable to render embedded object: File (eetiny.png) not found.

In addition to the configuration properties shown above, the Enterprise edition of the JDBC transport contains the following elements:

Changes to maps-to-xml-transformer

The maps-to-xml-transformer (implemented in MapsToXMLTransformer) transforms a single Map or a List of Maps into a XML string representation.

The XML has the following structure:

Structure of XML Output of maps-to-xml-transformer

<table><record><field name=FIELD_NAME type="java.lang.String">FIELD_VALUE</field></record></table>
The result contains a record node for each Map contained in the source value.