KCML Numerical Limits

>Database Constants

Database constants

These are constants commonly used with the KCML database routines.

Constant NameValueDescription
_NUMERIC_MAX1e+303Maximum value of a numeric type
_NUMERIC_MIN-1e+303Minimum value of a numeric type
_SEED_RESET1e+303A seed value for reset RND() random number sequence
_KCML_POOL_SEQUENCE_BITS3Number of bits in a pool handle used to hold sequence values used to help detect referencing delete pool handles
_KCML_POOL_SEQUENCE_MASK7Mask for _KCML_POOL_SEQUENCE_BITS

Back to the list of Enumerations and Constants