Module Dbf_dbforge (.ml)


module Dbf_dbforge: sig .. end
Will remove the given prefix from table names to get the module names.


type mode =
| Gencode
| Convert of Dbf_old.dbms
val indexes_of_table : Dbf_sql.SQL_db.table ->
Dbf_sql.SQL_db.index list -> Dbf_sql.SQL_db.index list
val indexes_of_vtable : Dbf_sql.SQL_db.vtable ->
Dbf_sql.SQL_db.index list -> Dbf_sql.SQL_db.index list
val remove_prefix : string -> string -> string
val usage : string
val in_file : string option Pervasives.ref
val out_file : string option Pervasives.ref
val mode : mode Pervasives.ref
val remove_table_prefix : string option Pervasives.ref
Will remove the given prefix from table names to get the module names.
val conversions : (string * Dbf_old.dbms) list
val convert_options : (string * Arg.spec * string) list
val options : (string * Arg.spec * string) list
val convert_from_old : string -> Dbf_old.dbms -> Dbf_sql.SQL_db.db
val main : unit -> unit
val safe_main : (unit -> 'a) -> 'a