Syntax Element: version number

Description

The identifier for a version of a database class.

Example

This keyword is highlighted like this.
You can click on keywords and concepts in blue.
handdatabase DatabaseWithSomeHistory
{
  version 1.0 : initialized { }
  version 2.0 : 1.0 { }
  version 2.0.1 : 2.0 { }
  version 2.0.1.4 : 2.0.1 { }
}

Notes

Related Use Cases

Related Concepts

Other Actions

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