Daily_QC
Classes | Macros | Functions | Variables
build_list.c File Reference
#include <sqlhdr.h>
#include "prototypes.h"
Include dependency graph for build_list.c:

Go to the source code of this file.

Classes

struct  sqlca_s
 
struct  sqlca_s::sqlcaw_s
 
struct  etn_rec
 

Macros

#define const
 
#define SQLCA_INCL
 
#define SQLNOTFOUND   100
 

Functions

_SQCURSOR * _iqnprep ()
 
void main (int argc, char **argv)
 

Variables

struct sqlca_s sqlca
 
long SQLCODE
 
char SQLSTATE []
 
char t
 
char s
 
char pe1
 
char pe2
 
char dur
 
char sbuf [10]
 
struct etn_rec btn_rec
 

Macro Definition Documentation

◆ const

#define const

Definition at line 5 of file build_list.c.

◆ SQLCA_INCL

#define SQLCA_INCL

Definition at line 43 of file build_list.c.

◆ SQLNOTFOUND

#define SQLNOTFOUND   100

Definition at line 110 of file build_list.c.

Function Documentation

◆ _iqnprep()

_SQCURSOR* _iqnprep ( )

◆ main()

void main ( int  argc,
char **  argv 
)

Definition at line 149 of file build_list.c.

Here is the call graph for this function:

Variable Documentation

◆ btn_rec

struct etn_rec btn_rec

◆ dur

char dur

Definition at line 122 of file build_list.c.

◆ pe1

char pe1

Definition at line 122 of file build_list.c.

◆ pe2

char pe2

Definition at line 122 of file build_list.c.

◆ s

char s

Definition at line 122 of file build_list.c.

◆ sbuf

char sbuf[10]

Definition at line 123 of file build_list.c.

◆ sqlca

struct sqlca_s sqlca
extern

◆ SQLCODE

long SQLCODE
extern

◆ SQLSTATE

char SQLSTATE[]
extern

◆ t

char t

Definition at line 122 of file build_list.c.