ezmlmx 0.68
ezmlmx
Loading...
Searching...
No Matches
opensql.c File Reference
#include "str.h"
#include "slurp.h"
#include "stralloc.h"
#include "logmsg.h"
#include "errtxt.h"
#include "subscribe.h"
#include <unistd.h>
#include <libpq-fe.h>
Include dependency graph for opensql.c:

Go to the source code of this file.

Functions

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

Variables

PGconn * pgsql = 0

Detailed Description

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

Definition in file opensql.c.

Function Documentation

◆ closesql()

void closesql ( void )

close connection to SQL server, if open

Definition at line 124 of file opensql.c.

◆ opensql()

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

Definition at line 38 of file opensql.c.

Variable Documentation

◆ pgsql

PGconn* pgsql = 0

Definition at line 22 of file opensql.c.