ODAC

TOraNestTable Class

A class representing a value of the Oracle nested table data type.

For a list of all members of this type, see TOraNestTable members.

Unit

OraObjects

Syntax

TOraNestTable = class(TOraArray);

Remarks

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.

Inheritance Hierarchy

TSharedObject
   TDBObject
      TOraObject
         TOraArray
            TOraNestTable

See Also

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback