OCL-PS
(Replacing message template with parser tag)
No edit summary
 
(One intermediate revision by one other user not shown)
Line 3: Line 3:
* Normal OCL is evaluated in memory.  
* Normal OCL is evaluated in memory.  
* OCL-PS is translated into SQL and evaluated by the database without the need to instantiate a lot of objects.
* OCL-PS is translated into SQL and evaluated by the database without the need to instantiate a lot of objects.
A detailed description can be found here: [[OCLps|Oclps]]
A detailed description can be found here: [[Documentation:OCLps|Oclps]]
[[Category:OCL]]
[[Category:OCL]]
{{Edited|July|12|2024}}
{{Edited|July|12|2025}}

Latest revision as of 05:38, 13 February 2025

This page was created by Hans.karlsen@mdriven.net on 2018-07-22. Last edited by Stephanie@mdriven.net on 2025-02-13.

OCL comes in two flavors with MDriven: OCL and OCL-PS.

  • Normal OCL is evaluated in memory.
  • OCL-PS is translated into SQL and evaluated by the database without the need to instantiate a lot of objects.

A detailed description can be found here: Oclps