Kexi/Plugins/Scripts/Database Object Model: Difference between revisions

From KDE Community Wiki
< Kexi‎ | Plugins‎ | Scripts
No edit summary
Line 36: Line 36:
==Notes==
==Notes==
*When designing the object model, try to harmonize with Predicate's API
*When designing the object model, try to harmonize with Predicate's API
*Use JavaScript notation as QtScript will be used to implement scripting


==Links==
==Links==
*http://en.wikipedia.org/wiki/ActiveX_Data_Objects
*http://en.wikipedia.org/wiki/ActiveX_Data_Objects

Revision as of 22:09, 19 March 2012

Note

This page is a draft for database object model in Kexi


Class

Description....

MSA equivalent's name:

Properties:

Name Type Description Read/Write? MSA name

Methods:

Name Type Description MSA name

Notes

  • When designing the object model, try to harmonize with Predicate's API
  • Use JavaScript notation as QtScript will be used to implement scripting

Links