C API Functions |
Currently only applies to Understand for Ada databases and only the "standard" Ada library is supported. Future versions of Understand will support libraries.
#include "udb/udb.h" int udbLibraryCompare(UdbLibrary lib1, UdbLibrary lib2)
UdbLibrary lib1
The first library to compare
UdbLibrary lib2
The second library to compare
int
Returns: 0 if lib1 is the same as lib2
<0 if lib1 < lib2
>0 if lib1 > lib2
if (! udbLibraryCompare (lib1, lib2) ) {...}
udbLibraryCheckEntity to check if an entity is in the specified library list.
udbLibraryList to get a filtered list of libraries.
udbLibraryName to get the name of a library.
Scientific Toolworks, Inc. http://www.scitools.com Voice: (802) 763-2995 Fax: (802) 763-3066 support@scitools.com sales@scitools.com |