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

From KDE Community Wiki
< Kexi‎ | Plugins‎ | Scripts
Line 40: Line 40:


==Links==
==Links==
*[http://www.microsoft.com/en-us/download/details.aspx?id=40326 Office 2013 VBA Documentation] (chm file, accessible using Okular)
*http://en.wikipedia.org/wiki/ActiveX_Data_Objects
*http://en.wikipedia.org/wiki/ActiveX_Data_Objects
*http://www.access2base.com - well documented object model in LO following MSA
*http://www.access2base.com - well documented object model in LO following MSA

Revision as of 10:08, 4 January 2015

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
  • Information about MSA equivalent names would be reusable in Kexi Handbook too, chapter "Comparison to MS Access"

Links