X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Flibrary%2FlibraryDb.mli;h=e608a9c24a5ce9055c62e11ebcbd9f61e705a224;hb=4693f3b9de6d867921b51f61e9a7dc36c3da1b77;hp=fc3dc969a1e6b99e1313b502851a60bb534176ee;hpb=4b98f68b964c9f87868c445e794bc745a99d5b17;p=helm.git diff --git a/helm/software/components/library/libraryDb.mli b/helm/software/components/library/libraryDb.mli index fc3dc969a..e608a9c24 100644 --- a/helm/software/components/library/libraryDb.mli +++ b/helm/software/components/library/libraryDb.mli @@ -23,7 +23,10 @@ * http://helm.cs.unibo.it/ *) -val instance: unit -> HMysql.dbd +val dbtype_of_string: string -> HSql.dbtype + +val instance: unit -> HSql.dbd +val parse_dbd_conf: unit -> HSql.dbspec val create_owner_environment: unit -> unit val clean_owner_environment: unit -> unit