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

Go to the source code of this file.

Classes

struct  sqlca_s
 
struct  sqlca_s::sqlcaw_s
 
struct  etn_rec
 
struct  gage_info
 
struct  pro_hrly_rec
 
struct  pro_dly_rec
 
struct  eens_rec
 
struct  data_rec
 

Macros

#define SQLCA_INCL
 
#define SQLNOTFOUND   100
 

Typedefs

typedef struct sqlca_s ifx_sqlca_t
 

Functions

void main (int argc, char **argv)
 

Variables

static const char * _Cn1 = "stncursor"
 
struct sqlca_s sqlca
 
int4 SQLCODE
 
char SQLSTATE []
 
char t
 
char s
 
char pe1
 
char pe2
 
char dur
 
struct etn_rec btn_rec
 
struct gage_info info
 
struct pro_hrly_rec hrly_rec
 
struct pro_dly_rec dly_rec
 
struct eens_rec bens_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 39 of file tcandidate.c.

◆ SQLNOTFOUND

#define SQLNOTFOUND   100

Definition at line 94 of file tcandidate.c.

Typedef Documentation

◆ ifx_sqlca_t

typedef struct sqlca_s ifx_sqlca_t

Function Documentation

◆ main()

void main ( int  argc,
char **  argv 
)

Definition at line 361 of file tcandidate.c.

Here is the call graph for this function:

Variable Documentation

◆ _Cn1

const char* _Cn1 = "stncursor"
static

Definition at line 3 of file tcandidate.c.

◆ bens_rec

struct eens_rec bens_rec

◆ btn_rec

struct etn_rec btn_rec

◆ data_record

struct data_rec data_record

◆ dly_rec

struct pro_dly_rec dly_rec

◆ dur

char dur

Definition at line 125 of file tcandidate.c.

◆ hrly_rec

struct pro_hrly_rec hrly_rec

◆ info

struct gage_info info

◆ mday

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

Definition at line 360 of file tcandidate.c.

◆ pe1

char pe1

Definition at line 125 of file tcandidate.c.

◆ pe2

char pe2

Definition at line 125 of file tcandidate.c.

◆ s

char s

Definition at line 125 of file tcandidate.c.

◆ sqlca

struct sqlca_s sqlca
extern

◆ SQLCODE

int4 SQLCODE
extern

◆ SQLSTATE

char SQLSTATE[]
extern

◆ t

char t

Definition at line 125 of file tcandidate.c.