Nested tables support by DOA

Alexx

Member²
Hello.

Would you mind telling if DOA supports nested tables (not assiciative arrays or varrays) such as

CREATE OR REPLACE TYPE t_numbers AS TABLE OF NUMBER(18,0)

As per help, only assiciative arrays are allowed:

type is table of index by binary_integer;

Thank you in advance.
 
Collection types are indeed supported. They are encapsulated by the TOracleObject class. See the TOracleObject section in the User's Guide or Help File for detailed information.
 
Back
Top