list of #GdaMetaDbObject pointers on which this object depends (through foreign keys or tables used for views)
the catalog the object is in
the full name of the object (in the <schema>.<nameagt; notation
the object's name
object's owner
the schema the object is in
the shortest way to name the object
the type of object (table, view)
set to true if the information in this #GdaMetaDbObject may be outdated because the #GdaMetaStore has been updated
Struture to hold information about each database object (tables, views, ...), its contents must not be modified.
Note: @obj_catalog, @obj_schema, @obj_name, @obj_short_name and @obj_full_name respect the <link linkend="information_schema:sql_identifiers">SQL identifiers</link> convention used in #GdaMetaStore objects. Before using these SQL identifiers, you should check the gda.global.sqlIdentifierQuote to know if is it is necessary to surround by double quotes before using in an SQL statement.