udbLibraryName

Description

Return the name associated with the specified library. The name is temporary.

Applies only to Understand for Ada databases and only the “standard” Ada library is supported.

Syntax

#include “udb/udb.h” 
char  *udbLibraryName(UdbLibrary) 

Arguments

Argument
Description
UdbLibrary library
Specify the library

Return Values

Return Value
Description
char *
Returns a temporary name associated with the specified library or NULL if the entity is not associated with a library.

Example Usage

library = udbEntityLibrary(entity);
if (library) {
    printf (“%s is in library %s\n”, 
                  udbEntityNameLong(entity),
                  udbLibraryName(library) );
} 

See Also

udbEntityLibrary

udbLibraryCheckEntity

udbLibraryCompare

udbLibraryFilterEntity

udbLibraryList

udbLibraryListFree


Scientific Toolworks, Inc.
http://www.scitools.com