Module Dbf_indexGUI (.ml)


module Dbf_indexGUI: sig .. end


type table_gui_input = {
   idxgi_name : string;
   idxgi_table : Dbf_sql.SQL_db.table;
   idxgi_columns : Dbf_sql.SQL_db.column list;
   idxgi_unique : bool;
}
class index_gui : (table_gui_input -> 'a) -> table_gui_input -> object .. end