RaimaDB SQL API Library
The RaimaDB SQL API library is the RaimaDB SQL CLI API Reference.
- Reentrancy
- The
rdbc
library is by design reentrant but uses libraries that by themselves may not be reentrant.
- Library dependencies
- RaimaDB SQL Engine Library
- RaimaDB DB Engine Library
- RaimaDB Transport Library
- RaimaDB Base Functionality
- RaimaDB Platform Support Package (PSP)
- Library File Names
File Name | Where it is used |
---|---|
librdmrdbc.a
|
Static library used during compile for cross-compile targets |
librdmrdbc.so
|
Library used during compile on Unix |
librdmrdbc.so
|
Used by runtime link-loader when executing on Unix |
rdmrdbc.lib
|
Library used during compile on Windows |
rdmrdbc.dll
|
Used by runtime link-loader when executing on Windows |
* | Other extensions may be used depending on target platform |