4. Defining Data Types : minmaxdv Routine--Provide Min/Max Values and Lengths : Outputs
 
Share this page                  
Outputs
The outputs for this function are:
min_dv
If this was supplied as NULL, 'min' processing is skipped.
db_length
If this was supplied as II_LEN_UNKNOWN, the 'min' valid internal length for this data type is returned.
db_data
If this was supplied as NULL, or if the db_length field was supplied as II_LEN_UNKNOWN, nothing is returned. Otherwise, the 'min' non-null value for this data type and length is built and placed at the location pointed to by db_data.
max_dv
If this was supplied as NULL, 'max' processing is skipped.
db_length
If this was supplied as II_LEN_UNKNOWN, the 'max' valid internal length for this data type is returned.
db_data
If this was supplied as NULL, or if the db_length field was supplied as II_LEN_UNKNOWN, nothing is returned. Otherwise, the 'max' non-null value for this data type and length is built and placed at the location pointed to by db_data.