udbEntityLibrary |
Return the library that an entity belongs to.
Applies only to Understand for Ada and Understand for Java databases. For Ada, there will always be a library named “standard” which is the only Ada library supported at this time. For Java, the Java JDK entities are in a library named “standard”.
Return Values
|
Description
|
---|---|
UdbLibrary
|
The library to which this entity belongs or NULL if the entity does not belong to any library.
|
library = udbEntityLibrary(entity); if (library) { printf (“%s is in library %s\n”, udbEntityNameLong(entity), udbLibraryName(library) ); }
Scientific Toolworks, Inc. http://www.scitools.com |