18#if defined(_WIN32) || defined(__CYGWIN__)
19 #if defined(LIBSL3_DLL)
20 #define LIBSL3_API __declspec(dllexport)
21 #elif defined(LINK_SL3_DLL)
22 #define LIBSL3_API __declspec(dllimport)
24#elif defined(__GNUC__)
25 #if defined(LIBSL3_DLL) || defined(LINK_SL3_DLL)
27 #define LIBSL3_API __attribute__((visibility("default")))
47 static constexpr int MAJOR_VERSION = 1 ;
48 static constexpr int MINOR_VERSION = 3 ;
49 static constexpr int PATCH_VERSION = 53004 ;
Namespace of libSL3.
Definition columns.hpp:18
LIBSL3_API int sqliteCompiledVersionNumber()
sqlite version number at compile time
LIBSL3_API const char * sqliteRuntimeVersion()
sqlite version string at runtime
LIBSL3_API int sqliteRuntimeVersionNumber()
sqlite version number at compile time
LIBSL3_API const char * sqliteCompiledVersion()
sqlite version string at compile time
LIBSL3_API int sqliteThreadSafeCompileOption()
returns value of SQLITE_THREADSAFE compilation option