Sql_preproc.Data_handling
type t
type variable_information = {
length : int;
vartype : int;
scale : int;
flags : int;
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