Structured type

The SQL:1999 standard introduced a number of object-relational database features into SQL, chiefly among them structured user-defined types, usually called just structured types. These can be defined either in plain SQL with CREATE TYPE but also in Java via SQL/JRT. SQL structured types allow single inheritance.

Structured types are supported to varying degrees in Oracle database, IBM DB2, PostgreSQL and Microsoft SQL Server, although the latter only allows structured types defined in CLR.

Further reading

This article is issued from Wikipedia - version of the Friday, November 23, 2012. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.