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

catalogthe catalog the object belongs to (as a G_TYPE_STRING GValue), or null
schemathe schema the object belongs to (as a G_TYPE_STRING GValue), or null
namethe object's name (as a G_TYPE_STRING GValue), not null

Returns

the #GdaMetaDbObject or null if not found