Mapper
Classes | Macros | Typedefs | Functions | Variables
get_data.c File Reference
#include <sqlhdr.h>
#include <sqliapi.h>
#include "prototypes_new.h"
#include "ifxtypes.h"
Include dependency graph for get_data.c:

Go to the source code of this file.

Classes

struct  sqlca_s
 
struct  sqlca_s::sqlcaw_s
 

Macros

#define SQLCA_INCL
 
#define SQLNOTFOUND   100
 

Typedefs

typedef struct sqlca_s ifx_sqlca_t
 

Functions

int get_data (int dbase, int search, char *cstr, struct stn_rec *stn_record[500])
 

Variables

static const char _Cn5 [] = "democursor"
 
static const char _Cn4 [] = "namecursor"
 
static const char _Cn3 [] = "selectname"
 
static const char _Cn2 [] = "hb5cursor"
 
static const char _Cn1 [] = "selecthb5"
 
struct sqlca_s sqlca
 
int4 SQLCODE
 
char SQLSTATE []
 

Macro Definition Documentation

◆ SQLCA_INCL

#define SQLCA_INCL

Definition at line 33 of file get_data.c.

◆ SQLNOTFOUND

#define SQLNOTFOUND   100

Definition at line 90 of file get_data.c.

Typedef Documentation

◆ ifx_sqlca_t

typedef struct sqlca_s ifx_sqlca_t

Function Documentation

◆ get_data()

int get_data ( int  dbase,
int  search,
char *  cstr,
struct stn_rec stn_record[500] 
)

Definition at line 122 of file get_data.c.

Here is the call graph for this function:

Variable Documentation

◆ _Cn1

const char _Cn1[] = "selecthb5"
static

Definition at line 7 of file get_data.c.

◆ _Cn2

const char _Cn2[] = "hb5cursor"
static

Definition at line 6 of file get_data.c.

◆ _Cn3

const char _Cn3[] = "selectname"
static

Definition at line 5 of file get_data.c.

◆ _Cn4

const char _Cn4[] = "namecursor"
static

Definition at line 4 of file get_data.c.

◆ _Cn5

const char _Cn5[] = "democursor"
static

Definition at line 3 of file get_data.c.

◆ sqlca

struct sqlca_s sqlca
extern

◆ SQLCODE

int4 SQLCODE
extern

◆ SQLSTATE

char SQLSTATE[]
extern