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:
SQL identifiers convention used in #GdaMetaStore objects. Before using these SQL identifiers, you should check the gda_sql_identifier_quote() to know if is it is necessary to surround by double quotes before using in an SQL statement.obj_catalog,
obj_schema,
obj_name,
obj_short_name
andobj_full_name
respect the