Field Limit Structure

; integer
{
 "min"             => integer,
 "max"             => integer
}

      or

; real
{
 "min"             => float,
 "max"             => float,
 "precision"       => integer
}

       or

; char
{
 "maxLength"       => integer,
 "menuStyle"       => "append" or "overwrite",
"match" => "anywhere" or "leading" or "equal",
"charMenu" => string,
"pattern" => string,
"fullTextOptions" => "none" or "indexed"}

or ; diary { "fullTextOptions" => "none" or "indexed"}
or ; enum and bitmask array of strings or ; enum { "enumLimits" => hashref to enumLimits hash
}
or undef


<-- Table of Contents

Last changes to this page 27th June 1997 by d.j.adams@soton.ac.uk
© J.C.Murphy, J.W.Murphy 1997 arsperl@arsperl.org