20#if defined(_WIN32) && defined(_MSC_VER)
21 #if defined(LIBSL3_DLL)
22 #define LIBSL3_API __declspec(dllexport)
23 #elif defined(LINK_SL3_DLL)
24 #define LIBSL3_API __declspec(dllimport)
44 static constexpr int MAJOR_VERSION = 1 ;
45 static constexpr int MINOR_VERSION = 2 ;
46 static constexpr int PATCH_VERSION = 41002 ;
Namespace of libSL3.
Definition: columns.hpp:18
int sqliteThreadSafeCompileOption()
returns value of SQLITE_THREADSAFE compilation option
const char * sqliteRuntimeVersion()
sqlite version string at runtime
int sqliteCompiledVersionNumber()
sqlite version number at compile time
const char * sqliteCompiledVersion()
sqlite version string at compile time
int sqliteRuntimeVersionNumber()
sqlite version number at compile time