A class supporting Oracle 9 timestamp datatypes.
For a list of all members of this type, see TOraTimeStamp members.
TOraTimeStamp = class(TSharedObject);
TOraTimeStamp is used to support Oracle 9 timestamp datatypes. There are three timestamp datatypes:
TIMESTAMP,
TIMESTAMP WITH TIME ZONE,
TIMESTAMP WITH LOCAL TIME ZONE.
They can be distinguished by DescriptorType property.
TSharedObject
TOraTimeStamp