Argh! Forgot one coercion method.
[filehash.git] / NAMESPACE
blob43c9f96d62378f1744c41ed55a14e011a490d904
1 importFrom(utils, normalizePath)
3 ## Classes
4 exportClasses(
5               "filehash",
6               "filehashRDS",
7               "filehashDB1"
8               )
11 ## Primary interface
12 exportMethods(
13               "dbInsert",
14               "dbFetch",
15               "dbExists",
16               "dbList",
17               "dbDelete",
18               "dbReorganize",
19               "dbUnlink",
20               "dbMultiFetch",
21               "dbDisconnect",
22               "dbCreate",
23               "dbInit",
24               "dbLoad",
25               "dbLazyLoad"
26               )
28 exportMethods("[[", "[", "[[<-", "$<-", "$")
30 export(
31        "filehashOption",
32        "registerFormatDB",
33        "filehashFormats"
34        )
37 ## Miscellaneous functions
38 exportMethods(
39               "show",
40               "with",
41               "coerce",
42               "lapply"
43               )
45 export(
46        "dumpDF",
47        "dumpObjects",
48        "db2env",
49        "dumpImage",
50        "dumpList"
51        )