Is PostgreSQL and Oracle Object-Relational storage the same as an ORM? -


is built in ability of postgresql , oracle object-relational mapping same orm hibernate, sqlalchemy, or doctrine? these databases queried , used objects you'd orms?

edit: misunderstand ordbms is? stil learning. http://www.postgresql.org/docs/8.2/static/intro-whatis.html http://docs.oracle.com/cd/e11882_01/appdev.112/e11822/toc.htm

edit: found here also.

http://en.wikipedia.org/wiki/comparison_of_object-relational_database_management_systems

the "o" in ordbms (object relational database management system) refers object-oriented features in postgresql:

  • oids (mostly deprecated non-system tables)

  • inheritance

  • dot function call syntax

  • user-definable type system including composite types

  • context-sensitive operators , functions.

it's debate draw line exactly. here recent discussion on pgsql-advocacy list more details.

all of very different in nature "orms hibernate, sqlalchemy or doctrine".
orm (object-relational mapping) trying translate objects of respective programming language relations in database.


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -