Merge branch 'master' into DB1_C
[filehash.git] / NAMESPACE
blobc6f2f2ecc3b6a3afc64174c15d246fc527fe0950
1 importFrom(utils, normalizePath)
3 useDynLib(filehash)
5 ## Classes
6 exportClasses(
7               "filehash",
8               "filehashRDS",
9               "filehashDB1"
10               )
13 ## Primary interface
14 exportMethods(
15               "dbInsert",
16               "dbFetch",
17               "dbExists",
18               "dbList",
19               "dbDelete",
20               "dbReorganize",
21               "dbUnlink",
22               "dbMultiFetch",
23               "dbDisconnect",
24               "dbCreate",
25               "dbInit",
26               "dbLoad",
27               "dbLazyLoad"
28               )
30 exportMethods("[[", "[", "[[<-", "$<-", "$")
32 export(
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        )