Syntax Element: minimal
Description
When used to specify a validation level, declares that there is some minimal validation.
Example
This keyword is highlighted
like this.
You can click on keywords and concepts in blue.
database MyDatabase { stereotypes column with validation = minimal, table with validation = none; }
Notes
- This is not the default level of validation for any stereotype.
- Only certain stereotypes have built-in validation: table, column, procedure, parameter, and result;
- A stereotype must have minimal validation turned on in order for code generation to occur.
Other Actions
documentation | all examples for this syntax element | all examples | use cases | concepts | keywords
database