Is support for object data types planned? #8942
Unanswered
Navadvipa-Chandra-das
asked this question in
Q&A
Replies: 2 comments
-
|
It is not planned in this form. The Row data type is planned. the row type with declared fields will be available in packages. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Hello, Sim1984 and All! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, All!
I'm interested to know if there are plans to develop object types? These types are available in PostgreSQL and Oracle. In Oracle, such types can contain methods (procedures and functions) and be inherited from each other.
Here is an example from PostgreSQL
CREATE TYPE "NewNavadvipa"."TAnketa" AS ( fio character varying(100), inn character varying(12), passport character varying(12), );Thanks!
Sincerely, Navadvipa Chandra das.
Beta Was this translation helpful? Give feedback.
All reactions