Note types

 

Introduction

Objecteering note types are used to complete the UML model with text in Objecteering SQL Designer syntax.

 

 

Note types on a class

 

The ... note type

is used to...

sqlBefore

indicate the SQL code to be added to the .SQL file before the SQL code corresponding to the modeled class. 

sqlAfter

indicate the SQL code to be added to the .SQL file after the SQL code corresponding to the modeled class.

 

 

Note types on a datatype

 

The ... note type

is used to...

sqlCode 

provide the SQL definition of the datatype (Sybase).

 

 

Note types on an operation

 

The ... note type

is used to...

sqlCode

indicate the SQL code of an operation, so as to allow the entry of the code for a stored procedure or a trigger.

 

 

Note types on a package

 

The ... note type

is used to...

sqlBefore

define the SQL code which will be added at the beginning of the .SQL file associated with the modeled package.

sqlAfter

indicate the SQL code which will be added to the end of the .SQL file associated with the modeled package.