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