Syntax Element: initialized
Description
A special version number.
Example
This keyword is highlighted
like this.
You can click on keywords and concepts in blue.
database MyLegacyDatabase { version initialized { // ... attributes of a pre-DataClass database } }
Notes
- The initialized version neither can nor should inherit.
- If there are no legacy structures, this version does not need to be declared.
Related Use Cases
- Specifying design separately from construction
- Simple versioning and build management
- Tamper-proofing database classes
- Building a database
- Organizing database versions
- Getting compiler feedback on your database design
- Eliminating duplication between client and database code
- Leveraging a version's proxy in a client
- Transition testing
Related Concepts
Other Actions
documentation | all examples for this syntax element | all examples | use cases | concepts | keywords
database