Merge branch 'master' into remove_DB
[filehash.git] / NAMESPACE
blob5732759da857b4d6e622e41527ebf4323653c36a
1 importFrom(utils, normalizePath)
3 ## Classes
4 exportClasses(
5               "filehash",
6               "filehashDB",
7               "filehashRDS",
8               "filehashDB1"
9               )
12 ## Primary interface
13 exportMethods(
14               "dbInsert",
15               "dbFetch",
16               "dbExists",
17               "dbList",
18               "dbDelete",
19               "dbReorganize",
20               "dbUnlink",
21               "dbMultiFetch",
22               "dbDisconnect",
23               "dbCreate",
24               "dbInit",
25               "dbLoad",
26               "dbLazyLoad"
27               )
29 exportMethods("[[", "[", "[[<-", "$<-", "$")
31 export(
32        "convertDB",
33        "filehashOption",
34        "registerFormatDB",
35        "filehashFormats"
36        )
39 ## Miscellaneous functions
40 exportMethods(
41               "show",
42               "with",
43               "coerce",
44               "lapply"
45               )
47 export(
48        "dumpDF",
49        "dumpObjects",
50        "db2env",
51        "dumpImage",
52        "dumpList"
53        )