Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To use SQL Data Source, set the JNDI first. You can see details on the Data Source Configurationsource configuration page.

SQL Initial Script

This example returns all component names.

Code Block
select cname, id from component;

See also