ezmlmx 0.68
ezmlmx
Loading...
Searching...
No Matches
opensql.c File Reference
#include "str.h"
#include "slurp.h"
#include "scan.h"
#include "stralloc.h"
#include "errtxt.h"
#include "subscribe.h"
#include <mysql.h>
Include dependency graph for opensql.c:

Go to the source code of this file.

Macros

#define WHO   "opensql"

Functions

const char * opensql (const char *dbname, const char **table)
void closesql (void)
 close connection to SQL server, if open

Variables

MYSQL * mysql = 0

Detailed Description

Author
Bruce Guenter
Date
2005-01-12 21:39:26Z

Definition in file opensql.c.

Macro Definition Documentation

◆ WHO

#define WHO   "opensql"

Definition at line 9 of file opensql.c.

Function Documentation

◆ closesql()

void closesql ( void )

close connection to SQL server, if open

Definition at line 128 of file opensql.c.

◆ opensql()

const char * opensql ( const char * dbname,
const char ** table )

Definition at line 40 of file opensql.c.

Variable Documentation

◆ mysql

MYSQL* mysql = 0

Definition at line 23 of file opensql.c.