public interface ANY extends Serializable
Modifier and Type | Method and Description |
---|---|
TYPE |
dataType()
Represents the fact that every data value implicitly carries information
about its own data type.
|
BL |
equal(ANY x)
Equality is a reflexive, symmetric, and transative relation between any
two data values.
|
BN |
isNull()
Indicates that a value is an exceptional value, or a NULL-value.
|
BN |
nonNull()
Indicates that a value is a non-exceptional value of the data type.
|
BL |
notApplicable()
A predicate indicating that this exceptional value is of ANY.nullFlavor
not-applicable (NA), i.e., that a proper value is not meaningful in the
given context.
|
CS |
nullFlavor()
If a value is an exceptional value (NULL-value), this specifies in what
way and why proper information is missing.
|
BL |
other()
A predicate indicating that this exceptional value is of nullFlavor other
(OTH), i.e., that the required value domain does not contain the
appropriate value.
|
BL |
unknown()
A predicate indicating that this exceptional value is of nullFlavor
unknown (UNK).
|
TYPE dataType()
BN nonNull()
CS nullFlavor()
BN isNull()
nullFlavor
property provides more detail
as to in what way or why no proper value is supplied.nullFlavor()
BL notApplicable()
BL unknown()
BL other()
HDR Glossary HDR Concept Lists HDR Exceptions HDR Programmer's Guide HDR Implementation Guide HDR Profile Options
Copyright © 2016, 2018, Oracle. All rights reserved