Syntax Element: construction

Description

Begins declaring a construction block - the series of steps required to advance a database one version or initialize it.

Example

This keyword is highlighted like this.
You can click on keywords and concepts in blue.
handdatabase IndustrialDB
{
  version 2.1 : 2.0
  {
    construction
    {
      // steps to build a database up to the containing version
    }
  }
}

Notes

Related Use Cases

Related Concepts

Other Actions

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