MetaStruct.getDbObject

Tries to locate the #GdaMetaDbObject structure representing the database object named after catalog, schema and name.

If one or both of catalog and schema are null, and more than one database object matches the name, then the return value is also null.

Parameters

catalog gobject.value.Value

the catalog the object belongs to (as a G_TYPE_STRING GValue), or null

schema gobject.value.Value

the schema the object belongs to (as a G_TYPE_STRING GValue), or null

name gobject.value.Value

the object's name (as a G_TYPE_STRING GValue), not null

Return Value

Type: gda.meta_db_object.MetaDbObject

the #GdaMetaDbObject or null if not found