Syntax Element: physical name
Description
Allows you to specify a physical (database-internal) name for design element that is different from the logical (public-facing) name.
Example
This keyword is highlighted
like this.
You can click on keywords and concepts in blue.
database HasPhysicalNames { types longString ("text") as string; stereotypes table; version initialized { design { public table FollowsConvention ("tbl_FollowsAConvention"); } } }
Related Use Cases
- Specifying design separately from construction
- Deriving creation scripts from design
- Keeping clients coupled to the current version
- Leveraging a version's proxy in a client
- Transition testing
Other Actions
documentation | all examples for this syntax element | all examples | use cases | concepts | keywords
database