minors
authoradam <adamansky@gmail.com>
Thu, 18 Jul 2013 13:17:58 +0000 (20:17 +0700)
committeradam <adamansky@gmail.com>
Thu, 18 Jul 2013 13:17:58 +0000 (20:17 +0700)
luaejdb/doc/index.html
luaejdb/ejdb.luadoc
nejdb/Ejdb.DB/EJDB.cs
node/ejdb.js
pyejdb/pyejdb/__init__.py

index 4cc4551..f13f855 100644 (file)
   "export" : {
         "path" : string,                    //Exports database collections data
         "cnames" : [string array]|null,     //List of collection names to export
-        "mode" : int|null                   //Values: null|`JBJSONEXPORT` See ejdbexport() method
+        "mode" : int|null                   //Values: null|`JBJSONEXPORT` See ejdb.h#ejdbexport() method
   }
 
   Command response:
   "import" : {
         "path" : string                     //The directory path in which data resides
         "cnames" : [string array]|null,     //List of collection names to import
-        "mode" : int|null                //Values: null|`JBIMPORTUPDATE`|`JBIMPORTREPLACE` See ejdbimport() method
+        "mode" : int|null                //Values: null|`JBIMPORTUPDATE`|`JBIMPORTREPLACE` See ejdb.h#ejdbimport() method
    }
 
    Command response:
index e0067a8..a5ba65b 100644 (file)
@@ -263,7 +263,7 @@ function DB:load(cname, oid) end
 --      "export" : {
 --            "path" : string,                    //Exports database collections data
 --            "cnames" : [string array]|null,     //List of collection names to export
---            "mode" : int|null                   //Values: null|`JBJSONEXPORT` See ejdbexport() method
+--            "mode" : int|null                   //Values: null|`JBJSONEXPORT` See ejdb.h#ejdbexport() method
 --      }
 --
 --      Command response:
@@ -278,7 +278,7 @@ function DB:load(cname, oid) end
 --      "import" : {
 --            "path" : string                     //The directory path in which data resides
 --            "cnames" : [string array]|null,     //List of collection names to import
---            "mode" : int|null                //Values: null|`JBIMPORTUPDATE`|`JBIMPORTREPLACE` See ejdbimport() method
+--            "mode" : int|null                //Values: null|`JBIMPORTUPDATE`|`JBIMPORTREPLACE` See ejdb.h#ejdbimport() method
 --       }
 --
 --       Command response:
index 659a511..01b1253 100644 (file)
@@ -812,7 +812,7 @@ namespace Ejdb.DB {
                ///     "export" : {
                ///     "path" : string,                    //Exports database collections data
                ///     "cnames" : [string array]|null,     //List of collection names to export
-               ///     "mode" : int|null                   //Values: null|`JBJSONEXPORT` See ejdbexport() method
+               ///     "mode" : int|null                   //Values: null|`JBJSONEXPORT` See ejdb.h#ejdbexport() method
                /// }
                /// 
                /// Command response:
@@ -827,7 +827,7 @@ namespace Ejdb.DB {
                ///     "import" : {
                ///     "path" : string                     //The directory path in which data resides
                ///             "cnames" : [string array]|null,     //List of collection names to import
-               ///             "mode" : int|null                //Values: null|`JBIMPORTUPDATE`|`JBIMPORTREPLACE` See ejdbimport() method
+               ///             "mode" : int|null                //Values: null|`JBIMPORTUPDATE`|`JBIMPORTREPLACE` See ejdb.h#ejdbimport() method
                /// }
                /// 
                /// Command response:
index c5495f5..fe5a764 100644 (file)
@@ -481,7 +481,7 @@ EJDB.prototype.findOne = function() {
  *    "export" : {
  *          "path" : string,                    //Exports database collections data
  *          "cnames" : [string array]|null,     //List of collection names to export
- *          "mode" : int|null                   //Values: null|`JBJSONEXPORT` See ejdbexport() method
+ *          "mode" : int|null                   //Values: null|`JBJSONEXPORT` See ejdb.h#ejdbexport() method
  *    }
  *
  *    Command response:
@@ -496,7 +496,7 @@ EJDB.prototype.findOne = function() {
  *    "import" : {
  *          "path" : string                     //The directory path in which data resides
  *          "cnames" : [string array]|null,     //List of collection names to import
- *          "mode" : int|null                //Values: null|`JBIMPORTUPDATE`|`JBIMPORTREPLACE` See ejdbimport() method
+ *          "mode" : int|null                //Values: null|`JBIMPORTUPDATE`|`JBIMPORTREPLACE` See ejdb.h#ejdbimport() method
  *     }
  *
  *     Command response:
index de7f9a5..a5adeda 100644 (file)
@@ -195,7 +195,7 @@ class EJDB(object):
              "export" : {
                    "path" : string,                    //Exports database collections data
                    "cnames" : [string array]|null,     //List of collection names to export
-                   "mode" : int|null                   //Values: null|`JBJSONEXPORT` See ejdbexport() method
+                   "mode" : int|null                   //Values: null|`JBJSONEXPORT` See ejdb.h#ejdbexport() method
              }
 
              Command response:
@@ -210,7 +210,7 @@ class EJDB(object):
              "import" : {
                    "path" : string                     //The directory path in which data resides
                    "cnames" : [string array]|null,     //List of collection names to import
-                   "mode" : int|null                //Values: null|`JBIMPORTUPDATE`|`JBIMPORTREPLACE` See ejdbimport() method
+                   "mode" : int|null                //Values: null| JBIMPORTUPDATE`|`JBIMPORTREPLACE` See ejdb.h#ejdbimport() method
               }
 
               Command response: