RaimaDB Import Library
RaimaDB Import Library for the Utility functions API.
- Reentrancy
- The
import
library is by design reentrant but uses libraries that by themselves may not be reentrant.
- Library dependencies
- RaimaDB DB Engine Library
- RaimaDB TX Support Library
- RaimaDB XML Parsing Library
- RaimaDB Data Definition Language (DDL)
- RaimaDB Base Functionality
- RaimaDB Platform Support Package (PSP)
- Library File Names
File Name | Where it is used |
---|---|
librdmimport.a
|
Static library used during compile for cross-compile targets |
librdmimport.so
|
Library used during compile on Unix |
librdmimport.so
|
Used by runtime link-loader when executing on Unix |
rdmimport.lib
|
Library used during compile on Windows |
rdmimport.dll
|
Used by runtime link-loader when executing on Windows |
* | Other extensions may be used depending on target platform |