get_full_name


Description:

[ Version ( since = "6.0" ) ]
public unowned string get_full_name ()

This method returns a full name in the format catalog.

schema.name. If schema is null but catalog and name are not, then only name is returned. If catalog is null then full name will be in the format: schema.name. If all three components are not set, then null is returned.

Parameters:

this

an instance of DbBase

Returns:

Full name of the database object or null.