Module Sql_preproc.Data_handling

type t
type variable_information = {
  1. length : int;
  2. vartype : int;
  3. scale : int;
  4. flags : int;
  5. ind_addr : int;
}
val transform : cobol_unit:Cobol_unit.Types.cobol_unit -> (Types.loc option * Types.statements) list -> string -> Generated_type.trans_stm list * t
val find_opt : t -> string -> variable_information option