Merge branch 'master' into DB1_C
[filehash.git] / NAMESPACE
blobf0b0bbd871308682671306eef2d550df319be8e8
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        "dbInitialize",
35        "convertDB",
36        "filehashOption",
37        "registerFormatDB",
38        "filehashFormats"
39        )
42 ## Miscellaneous functions
43 exportMethods(
44               "show",
45               "with",
46               "coerce",
47               "lapply"
48               )
50 export(
51        "dumpDF",
52        "dumpObjects",
53        "db2env",
54        "dumpImage",
55        "dumpList"
56        )