Displaying 1 result from an estimated 1 matches for "informationschema".
Did you mean:
information_schema
2005 Aug 14
0
ActiveRecord and SQL92 INFORMATION_SCHEMA?
...ys, has_many, has_one and belongs_to,
etc).
Most relational databases do support this SQL92 standard one way or
another*:
http://dev.mysql.com/doc/mysql/en/information-schema-tables.html
http://www.postgresql.org/docs/current/static/information-schema.html
http://www.sqlite.org/cvstrac/wiki?p=InformationSchema
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/
tsqlref/ts_ia-iz_4pbn.asp
Thoughts?
Cheers,
--
PA, Onnay Equitursay
http://alt.textdrive.com/
* Oracle is in a world by itself... but it would be straightforward
enough to provide a set of INFORMATION_SCHEMA compatible views d...