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

Domain Model Statements

Statements for creating, altering, and dropping domain model elements: entities, enumerations, associations, and constants.

Entity Statements

StatementDescription
CREATE ENTITYCreate a new entity in a module’s domain model
ALTER ENTITYAdd, drop, modify, or rename attributes and indexes on an existing entity
DROP ENTITYRemove an entity from the domain model

Enumeration Statements

StatementDescription
CREATE ENUMERATIONCreate a new enumeration type with named values
DROP ENUMERATIONRemove an enumeration from the project

Association Statements

StatementDescription
CREATE ASSOCIATIONCreate a relationship between two entities
DROP ASSOCIATIONRemove an association from the domain model

Constant Statements

StatementDescription
CREATE CONSTANTCreate a named constant value in a module