ODAC

TOraParam.Table Property

Used to determine if the parameter is a PL/SQL table.

Class

TOraParam

Syntax

property Table: boolean default False;

Remarks

Set the Table property to True when parameter is a PL/SQL table. The maximum length of the table can be set by the Length property. Table may be ftString, ftInteger, ftFloat or ftDate type only. To access an item of a table use the ItemAsString, ItemAsInteger, ItemAsFloat, ItemAsDateTime and ItemIsNull properties.

See Also

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