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

Go to the source code of this file.

Classes

struct  sqlca_s
 
struct  sqlca_s::sqlcaw_s
 
struct  fmap_qrtly_rec
 
struct  data_rec
 

Macros

#define SQLCA_INCL
 
#define SQLNOTFOUND   100
 

Typedefs

typedef struct sqlca_s ifx_sqlca_t
 

Functions

void change_date ()
 
int fmap_pro_qtrly (char *hb5, char *drain, char *parm, struct stim begin_date, struct stim end_date, char *qual, struct stn_values *stn_values)
 
int get_val06_array ()
 
void change_date (int *year, int *month, int *day)
 

Variables

static const char _Cn1 [] = "fmapcursor"
 
struct sqlca_s sqlca
 
int4 SQLCODE
 
char SQLSTATE []
 
int eyr
 
int emo
 
int edy
 
int byr
 
int bmo
 
int bdy
 
struct fmap_qrtly_rec fmap_qtrly_rec
 
struct data_rec data_record
 
int mday [] ={31,28,31,30,31,30,31,31,30,31,30,31}
 

Macro Definition Documentation

◆ SQLCA_INCL

#define SQLCA_INCL

Definition at line 29 of file fmap_qtrly.c.

◆ SQLNOTFOUND

#define SQLNOTFOUND   100

Definition at line 86 of file fmap_qtrly.c.

Typedef Documentation

◆ ifx_sqlca_t

typedef struct sqlca_s ifx_sqlca_t

Function Documentation

◆ change_date() [1/2]

void change_date ( )
Here is the caller graph for this function:

◆ change_date() [2/2]

void change_date ( int *  year,
int *  month,
int *  day 
)

Definition at line 521 of file fmap_qtrly.c.

◆ fmap_pro_qtrly()

int fmap_pro_qtrly ( char *  hb5,
char *  drain,
char *  parm,
struct stim  begin_date,
struct stim  end_date,
char *  qual,
struct stn_values stn_values 
)

Definition at line 188 of file fmap_qtrly.c.

Here is the call graph for this function:

◆ get_val06_array()

int get_val06_array ( )

Definition at line 504 of file fmap_qtrly.c.

Here is the caller graph for this function:

Variable Documentation

◆ _Cn1

const char _Cn1[] = "fmapcursor"
static

Definition at line 3 of file fmap_qtrly.c.

◆ bdy

int bdy

Definition at line 125 of file fmap_qtrly.c.

◆ bmo

int bmo

Definition at line 125 of file fmap_qtrly.c.

◆ byr

int byr

Definition at line 125 of file fmap_qtrly.c.

◆ data_record

struct data_rec data_record

◆ edy

int edy

Definition at line 124 of file fmap_qtrly.c.

◆ emo

int emo

Definition at line 124 of file fmap_qtrly.c.

◆ eyr

int eyr

Definition at line 124 of file fmap_qtrly.c.

◆ fmap_qtrly_rec

struct fmap_qrtly_rec fmap_qtrly_rec

◆ mday

int mday[] ={31,28,31,30,31,30,31,31,30,31,30,31}

Definition at line 519 of file fmap_qtrly.c.

◆ sqlca

struct sqlca_s sqlca
extern

◆ SQLCODE

int4 SQLCODE
extern

◆ SQLSTATE

char SQLSTATE[]
extern