PostgreSQL Source Code  git master
sqlca_t Struct Reference

#include <sqlca.h>

Data Fields

char sqlcaid [8]
 
long sqlabc
 
long sqlcode
 
struct {
   int   sqlerrml
 
   char   sqlerrmc [SQLERRMC_LEN]
 
sqlerrm
 
char sqlerrp [8]
 
long sqlerrd [6]
 
char sqlwarn [8]
 
char sqlstate [5]
 
struct {
   int   sqlerrml
 
   char   sqlerrmc [SQLERRMC_LEN]
 
sqlerrm
 
struct {
   int   sqlerrml
 
   char   sqlerrmc [SQLERRMC_LEN]
 
sqlerrm
 
struct {
   int   sqlerrml
 
   char   sqlerrmc [SQLERRMC_LEN]
 
sqlerrm
 
struct {
   int   sqlerrml
 
   char   sqlerrmc [SQLERRMC_LEN]
 
sqlerrm
 
struct {
   int   sqlerrml
 
   char   sqlerrmc [SQLERRMC_LEN]
 
sqlerrm
 
struct {
   int   sqlerrml
 
   char   sqlerrmc [SQLERRMC_LEN]
 
sqlerrm
 
struct {
   int   sqlerrml
 
   char   sqlerrmc [SQLERRMC_LEN]
 
sqlerrm
 
struct {
   int   sqlerrml
 
   char   sqlerrmc [SQLERRMC_LEN]
 
sqlerrm
 
struct {
   int   sqlerrml
 
   char   sqlerrmc [SQLERRMC_LEN]
 
sqlerrm
 
struct {
   int   sqlerrml
 
   char   sqlerrmc [SQLERRMC_LEN]
 
sqlerrm
 
struct {
   int   sqlerrml
 
   char   sqlerrmc [SQLERRMC_LEN]
 
sqlerrm
 
struct {
   int   sqlerrml
 
   char   sqlerrmc [SQLERRMC_LEN]
 
sqlerrm
 
struct {
   int   sqlerrml
 
   char   sqlerrmc [SQLERRMC_LEN]
 
sqlerrm
 

Detailed Description

Definition at line 19 of file sqlca.h.

Field Documentation

◆ sqlabc

long sqlca_t::sqlabc

Definition at line 22 of file sqlca.h.

◆ sqlcaid

char sqlca_t::sqlcaid

Definition at line 21 of file sqlca.h.

◆ sqlcode

long sqlca_t::sqlcode

Definition at line 23 of file sqlca.h.

Referenced by ecpg_log(), ECPGnoticeReceiver(), and ECPGset_var().

◆ sqlerrd

long sqlca_t::sqlerrd

Definition at line 30 of file sqlca.h.

◆  [1/14]

struct { ... } sqlca_t::sqlerrm

Referenced by ECPGset_var().

◆  [2/14]

struct { ... } sqlca_t::sqlerrm

◆  [3/14]

struct { ... } sqlca_t::sqlerrm

◆  [4/14]

struct { ... } sqlca_t::sqlerrm

◆  [5/14]

struct { ... } sqlca_t::sqlerrm

◆  [6/14]

struct { ... } sqlca_t::sqlerrm

◆  [7/14]

struct { ... } sqlca_t::sqlerrm

◆  [8/14]

struct { ... } sqlca_t::sqlerrm

◆  [9/14]

struct { ... } sqlca_t::sqlerrm

◆  [10/14]

struct { ... } sqlca_t::sqlerrm

◆  [11/14]

struct { ... } sqlca_t::sqlerrm

◆  [12/14]

struct { ... } sqlca_t::sqlerrm

◆  [13/14]

struct { ... } sqlca_t::sqlerrm

◆  [14/14]

struct { ... } sqlca_t::sqlerrm

◆ sqlerrmc

char sqlca_t::sqlerrmc[SQLERRMC_LEN]

Definition at line 27 of file sqlca.h.

Referenced by ECPGset_var().

◆ sqlerrml

int sqlca_t::sqlerrml

Definition at line 26 of file sqlca.h.

Referenced by ECPGset_var().

◆ sqlerrp

char sqlca_t::sqlerrp

Definition at line 29 of file sqlca.h.

◆ sqlstate

char sqlca_t::sqlstate

Definition at line 53 of file sqlca.h.

Referenced by ecpg_log(), ecpg_raise(), ecpg_raise_backend(), ECPGnoticeReceiver(), and ECPGset_var().

◆ sqlwarn

char sqlca_t::sqlwarn

Definition at line 39 of file sqlca.h.


The documentation for this struct was generated from the following files: