A class providing support for Oracle 9 interval datatypes.
For a list of all members of this type, see TOraInterval members.
TOraInterval = class(TSharedObject);
TOraInterval is used to support Oracle 9 interval datatypes. There are two interval datatypes:
INTERVAL YEAR TO MONTH,
INTERVAL DAY TO SECOND.
They can be distinguished by the DescriptorType property.
TSharedObject
TOraInterval