JDBC Metadata Explorer
JDBC Metadata Explorer
: Establishes a connection to a JDBC-compatible database and determines metadata about the database, tables and columns as well as stored primary and foreign keys. The adapter expects an input XML document with adapter-specific structures to query the desired metadata.
Properties
Operation | Determines which operation the adapter executes Possible values: |
Parameters
Adapter | Main class of the adapter (do not change!) Possible values: |
JndiName | JNDI name of the DataSource
Possible values: Valid JNDI name (e.g. |
ColumnCase | Controls how the column names are taken over into the result. Since databases have different behaviour regarding the upper/lower case of column names, this can be used to make the further processing of the result independent of the database behaviour. Possible values:
Column names that are not valid element names ( |
connectionURL | Connection URL for the JDBC database
Possible values:
|
user | User name for authentication when using the parameter connectionURL |
password | Password for authentication when using the parameter connectionURL |
Status values
1 | The operation was executed successfully. |
0 | The operation was executed successfully, but without any result. |
-1 | The operation failed due to a technical error. |
Input
The JDBC Metadata Explorer expects specific input XML structures, which can contain one or more of the metadata queries described below, as required. These input XML structures can be generated dynamically via XSL mappings depending on the processed XML data.