Type (OraCollection) Property

Description

Returns the type code of the collection.

Usage

coll_type = OraCollection.Type

Data Type

Integer

Remarks

This property returns one of the following values:

Constant Value Description
ORATYPE_VARRAY 247 Collection is VARRAY type.
ORATYPE_TABLE 248 Collection is nested table type.