Daily_QC
Functions | Variables
init_pcprpt.c File Reference
#include <sqlhdr.h>
#include <sqlca.h>
Include dependency graph for init_pcprpt.c:

Go to the source code of this file.

Functions

_SQCURSOR * _iqnprep ()
 
void init_pcprpt ()
 

Variables

static char * _Cn4 = "sensorcursor"
 
static _SQCURSOR * _SQ4 = 0
 
static char * _Cn3 = "selectsensor"
 
static _SQCURSOR * _SQ3 = 0
 
static char * _Cn2 = "stncursor"
 
static _SQCURSOR * _SQ2 = 0
 
static char * _Cn1 = "selectstn"
 
static _SQCURSOR * _SQ1 = 0
 

Function Documentation

◆ _iqnprep()

_SQCURSOR* _iqnprep ( )
Here is the caller graph for this function:

◆ init_pcprpt()

void init_pcprpt ( )

Definition at line 10 of file init_pcprpt.c.

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ _Cn1

char* _Cn1 = "selectstn"
static

Definition at line 7 of file init_pcprpt.c.

◆ _Cn2

char* _Cn2 = "stncursor"
static

Definition at line 6 of file init_pcprpt.c.

◆ _Cn3

char* _Cn3 = "selectsensor"
static

Definition at line 5 of file init_pcprpt.c.

◆ _Cn4

char* _Cn4 = "sensorcursor"
static

Definition at line 4 of file init_pcprpt.c.

◆ _SQ1

_SQCURSOR* _SQ1 = 0
static

Definition at line 7 of file init_pcprpt.c.

◆ _SQ2

_SQCURSOR* _SQ2 = 0
static

Definition at line 6 of file init_pcprpt.c.

◆ _SQ3

_SQCURSOR* _SQ3 = 0
static

Definition at line 5 of file init_pcprpt.c.

◆ _SQ4

_SQCURSOR* _SQ4 = 0
static

Definition at line 4 of file init_pcprpt.c.