Query Statements
Statements for browsing and inspecting project elements. Query statements are read-only and never modify the project.
SHOW Statements
| Statement | Description |
|---|---|
| SHOW MODULES | List all modules in the project |
| SHOW ENTITIES | List entities, optionally filtered by module |
| SHOW ASSOCIATIONS | List associations, optionally filtered by module |
| SHOW ENUMERATIONS | List enumerations, optionally filtered by module |
| SHOW MICROFLOWS | List microflows or nanoflows |
| SHOW PAGES | List pages or snippets |
| SHOW CONSTANTS | List constants, optionally filtered by module |
| SHOW WORKFLOWS | List workflows, optionally filtered by module |
| SHOW BUSINESS EVENTS | List business event services |
| SHOW STRUCTURE | Hierarchical project overview at configurable depth |
| SHOW WIDGETS | List widgets across pages with optional filtering |
DESCRIBE Statements
| Statement | Description |
|---|---|
| DESCRIBE ENTITY | Show complete MDL source for an entity |
| DESCRIBE ASSOCIATION | Show association details |
| DESCRIBE ENUMERATION | Show enumeration values and documentation |
| DESCRIBE MICROFLOW | Show complete MDL source for a microflow or nanoflow |
| DESCRIBE PAGE | Show complete MDL source for a page or snippet |
Search
| Statement | Description |
|---|---|
| SEARCH | Full-text search across all project strings and source |