![]() |
![]() |
![]() |
GNOME Data Access 4 manual | ![]() |
---|---|---|---|---|
Top | Description |
GdaTreeMgrTables; GdaTreeManager* gda_tree_mgr_tables_new (GdaConnection *cnc
,const gchar *schema
);
The GdaTreeMgrTables is a GdaTreeManager object which creates a node for each table in a database schema.
It uses the GdaMetaStore associated to a GdaConnection to get the tables list in database schema; it's up to the caller to make sure the data in the GdaMetaStore is up to date.
The GdaConnection to be used needs to be specified when the object is created. The
schema can however be specified when the object is created, and if not, is
fetched from the GdaTreeNode below which the nodes will be placed (using
gda_tree_node_fetch_attribute()
).
typedef struct { GdaTreeManager object; GdaTreeMgrTablesPriv *priv; } GdaTreeMgrTables;
GdaTreeManager* gda_tree_mgr_tables_new (GdaConnection *cnc
,const gchar *schema
);
Creates a new GdaTreeManager object which will add one tree node for each table found in the
schema
if it is not NULL
, or for each table visible by default in cnc
.
|
a GdaConnection object |
|
a schema name or NULL . [allow-none]
|
Returns : |
a new GdaTreeManager object. [transfer full] |
Since 4.2