complement_schema
Description:
This method is similar to complement but creates
MetaDbObject for all the database object which are in the schema
schema (and in the catalog
catalog).
If catalog
is null, then any catalog will be used, and if schema
is
null then any schema will be used (if schema
is null then
catalog must also be null).
Please refer to complement form more information.
Parameters:
this |
a MetaStruct object |
catalog |
name of a catalog, or null |
schema |
name of a schema, or null |
Returns:
TRUE if no error occurred |