Changes between Initial Version and Version 1 of DeveloperGuidelines/EdenMobile/Database/Resources


Ignore:
Timestamp:
02/24/17 13:19:06 (8 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/EdenMobile/Database/Resources

    v1 v1  
     1= EdenMobile Resources API =
     2[[TOC]]
     3
     4In the EdenMobile framework, access to user data is provided by the {{{emResources}}} service.
     5
     6== Opening a Resource ==
     7
     8  ''tbw''
     9
     10== Resource Methods ==
     11
     12=== insert ===
     13
     14  ''tbw''
     15
     16=== update ===
     17
     18  ''tbw''
     19
     20=== select ===
     21
     22  ''tbw''
     23
     24=== count ===
     25
     26  ''tbw''
     27
     28=== deleteRecords ===
     29
     30  ''tbw''
     31
     32== Get a List of Resource Names ==
     33
     34  ''tbw''