]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/library/libraryDb.mli
Fixed pretty printer and debug printings
[helm.git] / helm / software / components / library / libraryDb.mli
index 39aa7c07976af7c7cdcf29ae67adb9860e16d23a..e608a9c24a5ce9055c62e11ebcbd9f61e705a224 100644 (file)
  * 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
 
-(* returns a list of uri thet must be removed sice they reference uri,
- * but this is used only for debugging purposes *)
-val remove_uri: UriManager.uri -> string list
+val remove_uri: UriManager.uri -> unit
 val xpointers_of_ind: UriManager.uri -> UriManager.uri list