Gda.MetaDbObject¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
depend_list |
r/w |
list of |
|
obj_catalog |
r/w |
the catalog the object is in |
|
obj_full_name |
r/w |
the full name of the object (in the <schema>.<nameagt; notation |
|
obj_name |
r/w |
the object’s name |
|
obj_owner |
r/w |
object’s owner |
|
obj_schema |
r/w |
the schema the object is in |
|
obj_short_name |
r/w |
the shortest way to name the object |
|
obj_type |
r/w |
the type of object (table, view) |
|
outdated |
r/w |
set to |
Methods¶
None
Details¶
- class Gda.MetaDbObject¶
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
‘SQL identifiers [information_schema:sql_identifiers]’ convention used in
Gda.MetaStore
objects. Before using these SQL identifiers, you should check theGda.sql_identifier_quote
() to know if is it is necessary to surround by double quotes before using in an SQL statement.