Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

SHOW MODULES

Synopsis

SHOW MODULES

Description

Lists all modules in the current project with their names. This is typically the first command used after connecting to a project to understand its structure.

Module names returned by this command are used as the IN <module> filter for other SHOW and DESCRIBE statements.

Parameters

This statement takes no parameters.

Examples

List all modules in the project:

SHOW MODULES

Use the result to explore a specific module:

SHOW MODULES
SHOW ENTITIES IN MyFirstModule

See Also

SHOW STRUCTURE, SHOW ENTITIES, SHOW MICROFLOWS, SHOW PAGES