24#ifndef MYSQL_LIBRARY_EXT_H 
   25#define MYSQL_LIBRARY_EXT_H 
struct my_h_library_imp * my_h_library
Definition: mysql_library.h:31
 
String related data structures.
 
#define END_SERVICE_DEFINITION(name)
A macro to end the last Service definition started with the BEGIN_SERVICE_DEFINITION macro.
Definition: service.h:91
 
#define BEGIN_SERVICE_DEFINITION(name)
Declares a new Service.
Definition: service.h:86
 
#define DEFINE_SERVICE_HANDLE(name)
Defines an object type that is meant for carrying handles to the implementation-specific objects used...
Definition: service.h:129
 
#define DECLARE_BOOL_METHOD(name, args)
Declares a method that returns bool as a part of the Service definition.
Definition: service.h:112
 
String with length information.
Definition: mysql_string_defs.h:35