selectiondatasourcedatabase

This configuration is optional when using the plugin Cadenza.

  • Documentation

  • YAML Format

  • XML Format

Fill relevant inputs (blue boxes) and click the blue bars on the left to copy XML configuration snippets.
<selectionDatabaseConfiguration
<oracle
<selectHints
>
optional
string
</selectHints>
>
optional
</oracle>
>
required
</selectionDatabaseConfiguration>
This is a generated sample file with fake data and all the possible options shown, refer to the Documentation tab for what combinations are valid and what is required or not.
cadenzaconfig:
  settings:
    selectiondatasourcedatabase:
      oracle:
        selectHints: "text"

Filename: selectiondatasourcedatabase-config.xml

This is a generated sample file with fake data and all the possible options shown, refer to the Documentation tab for what combinations are valid and what is required or not.
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<selectionDatabaseConfiguration>
  <oracle>
    <selectHints>text</selectHints>
  </oracle>
</selectionDatabaseConfiguration>