A class representing a value of the Oracle nested table data type.
For a list of all members of this type, see TOraNestTable members.
TOraNestTable = class(TOraArray);
TOraNestTable represents a value of the Oracle nested table data type. TOraNestTable is inherited from TOraArray. You can get a TOraNestTable object using the TOraDataSet.GetTable method after fetching rows containing array field. Also you can get it using the TOraParam.AsTable method.
TSharedObject
TDBObject
TOraObject
TOraArray
TOraNestTable