Hackfut Security File Manager
Current Path:
/opt/alt/postgresql11/usr/include
opt
/
alt
/
postgresql11
/
usr
/
include
/
📁
..
📄
ecpg_config.h
(1.02 KB)
📄
ecpg_config_x86_64.h
(714 B)
📄
ecpg_informix.h
(2.69 KB)
📄
ecpgerrno.h
(2.48 KB)
📄
ecpglib.h
(2.54 KB)
📄
ecpgtype.h
(2.56 KB)
📁
libpq
📄
libpq-events.h
(2.16 KB)
📄
libpq-fe.h
(20.17 KB)
📄
pg_config.h
(1.01 KB)
📄
pg_config_manual.h
(9.36 KB)
📄
pg_config_os.h
(1.03 KB)
📄
pg_config_x86_64.h
(26.42 KB)
📁
pgsql
📄
pgtypes_date.h
(766 B)
📄
pgtypes_error.h
(530 B)
📄
pgtypes_interval.h
(1.12 KB)
📄
pgtypes_numeric.h
(2.17 KB)
📄
pgtypes_timestamp.h
(1010 B)
📄
postgres_ext.h
(1.74 KB)
📄
sql3types.h
(834 B)
📄
sqlca.h
(1.25 KB)
📄
sqlda-compat.h
(1.55 KB)
📄
sqlda-native.h
(820 B)
📄
sqlda.h
(315 B)
Editing: sqlda-compat.h
/* * pgsql/src/interfaces/ecpg/include/sqlda-infx-compat.h */ #ifndef ECPG_SQLDA_COMPAT_H #define ECPG_SQLDA_COMPAT_H struct sqlvar_compat { short sqltype; /* variable type */ int sqllen; /* length in bytes */ char *sqldata; /* pointer to data */ short *sqlind; /* pointer to indicator */ char *sqlname; /* variable name */ char *sqlformat; /* reserved for future use */ short sqlitype; /* ind variable type */ short sqlilen; /* ind length in bytes */ char *sqlidata; /* ind data pointer */ int sqlxid; /* extended id type */ char *sqltypename; /* extended type name */ short sqltypelen; /* length of extended type name */ short sqlownerlen; /* length of owner name */ short sqlsourcetype; /* source type for distinct of built-ins */ char *sqlownername; /* owner name */ int sqlsourceid; /* extended id of source type */ /* * sqlilongdata is new. It supports data that exceeds the 32k limit. * sqlilen and sqlidata are for backward compatibility and they have * maximum value of <32K. */ char *sqlilongdata; /* for data field beyond 32K */ int sqlflags; /* for internal use only */ void *sqlreserved; /* reserved for future use */ }; struct sqlda_compat { short sqld; struct sqlvar_compat *sqlvar; char desc_name[19]; /* descriptor name */ short desc_occ; /* size of sqlda structure */ struct sqlda_compat *desc_next; /* pointer to next sqlda struct */ void *reserved; /* reserved for future use */ }; #endif /* ECPG_SQLDA_COMPAT_H */
Upload File
Create Folder