Mapper
Classes | Macros | Typedefs | Functions | Variables
isQualBetter.c File Reference
#include <sqlhdr.h>
#include <sqliapi.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "ifxtypes.h"
Include dependency graph for isQualBetter.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 isQualBetter (char ch1, char ch2)
 

Variables

struct sqlca_s sqlca
 
int4 SQLCODE
 
char SQLSTATE []
 

Macro Definition Documentation

◆ SQLCA_INCL

#define SQLCA_INCL

Definition at line 40 of file isQualBetter.c.

◆ SQLNOTFOUND

#define SQLNOTFOUND   100

Definition at line 95 of file isQualBetter.c.

Typedef Documentation

◆ ifx_sqlca_t

typedef struct sqlca_s ifx_sqlca_t

Function Documentation

◆ isQualBetter()

int isQualBetter ( char  ch1,
char  ch2 
)

Definition at line 120 of file isQualBetter.c.

Variable Documentation

◆ sqlca

struct sqlca_s sqlca
extern

◆ SQLCODE

int4 SQLCODE
extern

◆ SQLSTATE

char SQLSTATE[]
extern