#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sql.h>
#include <sqlext.h>
#include "cinterf.h"
#include "driver_manager_defs.h"
Data Structures | |
struct | driverODBC_columnmeta |
struct | driverODBC_meta |
struct | driverODBC_queryInfo |
struct | driverODBC_connectionInfo |
Functions | |
DllExport int call_conv | driverODBC_initialise () |
int | driverODBC_connect (struct xsb_connectionHandle *handle) |
int | driverODBC_disconnect (struct xsb_connectionHandle *handle) |
xsb_data ** | driverODBC_query (struct xsb_queryHandle *handle) |
int | driverODBC_prepareStatement (struct xsb_queryHandle *qHandle) |
xsb_data ** | driverODBC_execPrepareStatement (struct xsb_data **param, struct xsb_queryHandle *handle) |
int | driverODBC_closeStatement (struct xsb_queryHandle *handle) |
char * | driverODBC_errorMesg () |
DllExport int call_conv | driverODBC_register () |
DllExport int call_conv | registerXSBDriver (char *dr, int num) |
DllExport int call_conv | registerXSBFunction (char *dr, int type, union functionPtrs *func) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|