]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/metadata/sqlStatements.mli
added sqlStatements module (contains all CREATE TABLE/INDEX)
[helm.git] / helm / ocaml / metadata / sqlStatements.mli
diff --git a/helm/ocaml/metadata/sqlStatements.mli b/helm/ocaml/metadata/sqlStatements.mli
new file mode 100644 (file)
index 0000000..caf1e03
--- /dev/null
@@ -0,0 +1,7 @@
+
+type tbl = [ `RefObj| `RefSort| `RefRel| `ObjectName| `Owners| `Count]
+
+val create_tables: (string * tbl) list -> string
+    
+val create_indexes: (string * tbl) list -> string
+