MySQL 9.0.0
Source Code Documentation
rest_connection_pool_export.h File Reference

Go to the source code of this file.

Macros

#define REST_CONNECTION_POOL_EXPORT   __attribute__((visibility("default")))
 
#define REST_CONNECTION_POOL_NO_EXPORT   __attribute__((visibility("hidden")))
 
#define REST_CONNECTION_POOL_DEPRECATED   __attribute__ ((__deprecated__))
 
#define REST_CONNECTION_POOL_DEPRECATED_EXPORT   REST_CONNECTION_POOL_EXPORT REST_CONNECTION_POOL_DEPRECATED
 
#define REST_CONNECTION_POOL_DEPRECATED_NO_EXPORT   REST_CONNECTION_POOL_NO_EXPORT REST_CONNECTION_POOL_DEPRECATED
 

Macro Definition Documentation

◆ REST_CONNECTION_POOL_DEPRECATED

#define REST_CONNECTION_POOL_DEPRECATED   __attribute__ ((__deprecated__))

◆ REST_CONNECTION_POOL_DEPRECATED_EXPORT

#define REST_CONNECTION_POOL_DEPRECATED_EXPORT   REST_CONNECTION_POOL_EXPORT REST_CONNECTION_POOL_DEPRECATED

◆ REST_CONNECTION_POOL_DEPRECATED_NO_EXPORT

#define REST_CONNECTION_POOL_DEPRECATED_NO_EXPORT   REST_CONNECTION_POOL_NO_EXPORT REST_CONNECTION_POOL_DEPRECATED

◆ REST_CONNECTION_POOL_EXPORT

#define REST_CONNECTION_POOL_EXPORT   __attribute__((visibility("default")))

◆ REST_CONNECTION_POOL_NO_EXPORT

#define REST_CONNECTION_POOL_NO_EXPORT   __attribute__((visibility("hidden")))