udbLibraryName |
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.
Return Value
|
Description
|
---|---|
char *
|
Returns a temporary name associated with the specified library or NULL if the entity is not associated with a library.
|
library = udbEntityLibrary(entity); if (library) { printf (“%s is in library %s\n”, udbEntityNameLong(entity), udbLibraryName(library) ); }
Scientific Toolworks, Inc. http://www.scitools.com |