Syntax Element: version

Description

Declares a version of a database class.

Example

This keyword is highlighted like this.
You can click on keywords and concepts in blue.
// defining the initialized version
handdatabase MyDatabase
{
  version initialized { }
}
// defining a new version for your database
database MyDatabase
{
  version 1.0 : initialized
  {
  }
}

Related Use Cases

Related Concepts

Other Actions

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