sql-api.c revision 98a1e546befe5a7258a96d7ce0c1d27ab66bdf96
/* Copyright (c) 2004 Timo Sirainen */
#include "lib.h"
#include "sql-api-private.h"
const char *connect_string __attr_unused__)
{
#ifdef HAVE_PGSQL
#endif
#ifdef HAVE_MYSQL
#endif
}
{
}
{
}
{
}
{
}
{
}
unsigned int idx)
{
}
{
}
unsigned int idx)
{
}
const char *field_name)
{
}
{
}
{
}
static int
{
return -1;
}
static const char *
{
return "Not connected to database";
}
struct sql_result sql_not_connected_result = {
NULL,
};