The adapter connects to a JDBC-compliant database and determines metadata about the database, tables and columns, and stored primary and foreign keys. The adapter expects an input XML document with adapter-specific structures to query the desired metadata.
Properties
|
Operation |
Describes which operation the adapter performs. Possible values: |
Parameters
|
JndiName |
JNDI name of the DataSource Possible values: Valid JNDI name (e.g. |
|
ColumnCase |
Controls how the column names are transferred to the result. Since databases have different behavior regarding the case of column names, it is possible to make further processing of the result independent of the database behavior. Possible values:
Column names that do not represent valid element names ( |
|
connectionURL |
Connection URL for the JDBC database Possible values:
|
|
user |
User name used for authenticatation when using the |
|
password |
Password used for authentication when using the |
Status values
|
|
The operation was successful. |
|
|
The operation was executed successfully, but without results. |
|
|
The operation failed due to a technical error. |
Input
The JDBC Metadata Explorer expects specific input XML structures that can contain one or more of the metadata queries described below, as needed. These input XML structures can be dynamically generated via XSL mappings depending on the data processed.