Remove 'dbDisconnect', 'dbReconnect' generics and methods
[filehash.git] / NAMESPACE
blob752557d7d191809c06f43a9a063346268587eda0
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               "dbCreate",
22               "dbInit",
23               "dbLoad",
24               "dbLazyLoad"
25               )
27 exportMethods("[[", "[", "[[<-", "$<-", "$")
29 export(
30        "filehashOption",
31        "registerFormatDB",
32        "filehashFormats"
33        )
36 ## Miscellaneous functions
37 exportMethods(
38               "show",
39               "with",
40               "coerce",
41               "lapply"
42               )
44 export(
45        "dumpDF",
46        "dumpObjects",
47        "db2env",
48        "dumpImage",
49        "dumpList"
50        )