#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "mysql.h"
#include "mysql_com.h"
#include "cinterf.h"
#include "driver_manager_defs.h"
Data Structures | |
struct | driverMySQL_connectionInfo |
struct | driverMySQL_queryInfo |
Defines | |
#define | MAX_HANDLES 25 |
#define | MAX_QUERIES 25 |
Functions | |
DllExport int call_conv | driverMySQL_initialise () |
DllExport int call_conv | driverMySQL_connect (struct xsb_connectionHandle *handle) |
DllExport int call_conv | driverMySQL_disconnect (struct xsb_connectionHandle *handle) |
DllExport struct xsb_data **call_conv | driverMySQL_query (struct xsb_queryHandle *handle) |
DllExport int call_conv | driverMySQL_register () |
DllExport char *call_conv | driverMySQL_errorMesg () |
DllExport int call_conv | registerXSBDriver (char *dr, int num) |
DllExport int call_conv | registerXSBFunction (char *dr, int type, union functionPtrs *func) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|