Page 1 of 1

Postgres read/write Array and Objects

Posted: Mon 03 May 2021 14:39
by Morelli
Hi folks,

with ODAC we could access Arrays and Objects like:

TOraObject* sdoGeometry = query->GetObject ("SHAPE");
TOraArray* ordinateInfo = query->GetArray ("GRAPHFORM");
TOraObject* sdoPnt = sdoGeometry->AttrAsObject["SDO_POINT"];

(query is a TOraQuery).

How can we read/write postgres Array and arrays of custom types with pgDac?

Thx for the support

Kind regards,
Michael Morelli

Re: Postgres read/write Array and Objects

Posted: Thu 27 May 2021 12:47
by MaximG
We don't have a class like TOraArray for handling arrays in PostgreSQL. You are welcome to post your requests and suggestions on our UserVoice page: https://devart.uservoice.com/forums/104 ... y_id=18923