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.
handdatabase HasPhysicalNames
{
  types longString ("text") as string;
  
  stereotypes table;
  
  version initialized
  {
    design
    {
      public table FollowsConvention ("tbl_FollowsAConvention");
    }
  }
}

Related Use Cases

Other Actions

documentation | all examples for this syntax element | all examples | use cases | concepts | keywords