HyperSQL is like a doxygen for SQL, hypermapping SQL views, procedures, packages and functions to HTML source code listings and showing all code locations where these are used. The internal "where used" functionality also scans C++ and Java source files.
Features of HyperSQL
- Flexible configuration by use of .ini files
- Generates nicely formatted HTML files, CSS adjustable by use of .css files
- Parses SQL, C++ and Java files according to file extensions you configured
- Generates hyperlinked listings of all objects found (SQL views, packages, functions, procedures, etc.)
- Hyperlinks object names to their appearance in the source code
- Generates "where used" lists, to show where your objects have been used by other objects (if they have) – helps you to find unused code if not, or example usages if found
- Support for Javadoc style comments