udbLibraryCheckEntity |
Return true if the specified entity is in the specified list of libraries.
Applies only to Understand for Ada and Understand for Java databases and only the “standard” library is supported.
Argument
|
Description
|
---|---|
UdbEntity entity
|
The specified entity
|
UdbLibrary *liblist
|
The specified library list
|
Return Value
|
Description
|
---|---|
int
|
Returns true if the specified entity is in the specified list of libraries; false otherwise.
|
udbLibraryList (“~standard”, &libraries, &size); if (udbLibraryCheckEntity (entity, libraries)) {...} udbLibraryListFree(libraries);
Scientific Toolworks, Inc. http://www.scitools.com |