|
PostgreSQL Source Code git master
|
#include <ecpglib.h>#include <ecpgerrno.h>#include <sqlca.h>#include <stdio.h>#include <stdlib.h>
Go to the source code of this file.
Data Structures | |
| struct | sqlca_t |
Macros | |
| #define | ECPGdebug(X, Y) ECPGdebug((X)+100,(Y)) |
| #define | POSTGRES_SQLCA_H |
| #define | PGDLLIMPORT |
| #define | SQLERRMC_LEN 150 |
| #define | sqlca (*ECPGget_sqlca()) |
Functions | |
| struct sqlca_t * | ECPGget_sqlca (void) |
| int | main (void) |
| #define PGDLLIMPORT |
Definition at line 20 of file sql-dynalloc2.c.
| #define POSTGRES_SQLCA_H |
Definition at line 14 of file sql-dynalloc2.c.
| #define sqlca (*ECPGget_sqlca()) |
Definition at line 71 of file sql-dynalloc2.c.
| #define SQLERRMC_LEN 150 |
Definition at line 24 of file sql-dynalloc2.c.
Definition at line 108 of file misc.c.
Definition at line 94 of file sql-dynalloc2.c.
References ECPGallocate_desc(), ECPGconnect(), ECPGd_data, ECPGd_EODT, ECPGd_indicator, ECPGdeallocate_desc(), ECPGdebug, ECPGdisconnect(), ECPGdo(), ECPGfree_auto_mem(), ECPGget_desc(), ECPGget_desc_header(), ECPGst_normal, ECPGt_char, ECPGt_descriptor, ECPGt_EOIT, ECPGt_EORT, ECPGt_int, ECPGt_NO_INDICATOR, ECPGtrans(), fb(), i, printf, sqlca, and sqlprint().