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
 
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 ECPGnoticeReceiver().

◆ sqlerrd

long sqlca_t::sqlerrd

Definition at line 30 of file sqlca.h.

◆  [1/16]

struct { ... } sqlca_t::sqlerrm

◆  [2/16]

struct { ... } sqlca_t::sqlerrm

◆  [3/16]

struct { ... } sqlca_t::sqlerrm

◆  [4/16]

struct { ... } sqlca_t::sqlerrm

◆  [5/16]

struct { ... } sqlca_t::sqlerrm

◆  [6/16]

struct { ... } sqlca_t::sqlerrm

◆  [7/16]

struct { ... } sqlca_t::sqlerrm

◆  [8/16]

struct { ... } sqlca_t::sqlerrm

◆  [9/16]

struct { ... } sqlca_t::sqlerrm

◆  [10/16]

struct { ... } sqlca_t::sqlerrm

◆  [11/16]

struct { ... } sqlca_t::sqlerrm

◆  [12/16]

struct { ... } sqlca_t::sqlerrm

◆  [13/16]

struct { ... } sqlca_t::sqlerrm

◆  [14/16]

struct { ... } sqlca_t::sqlerrm

◆  [15/16]

struct { ... } sqlca_t::sqlerrm

◆  [16/16]

struct { ... } sqlca_t::sqlerrm

◆ sqlerrmc

char sqlca_t::sqlerrmc[SQLERRMC_LEN]

Definition at line 27 of file sqlca.h.

◆ sqlerrml

int sqlca_t::sqlerrml

Definition at line 26 of file sqlca.h.

◆ 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_raise(), ecpg_raise_backend(), and ECPGnoticeReceiver().

◆ sqlwarn

char sqlca_t::sqlwarn

Definition at line 39 of file sqlca.h.


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