|
PostgreSQL Source Code git master
|
#include <sqlda-native.h>
Data Fields | |
| short | sqltype |
| short | sqllen |
| char * | sqldata |
| short * | sqlind |
| struct sqlname | sqlname |
Definition at line 24 of file sqlda-native.h.
| char* sqlvar_struct::sqldata |
Definition at line 28 of file sqlda-native.h.
Referenced by dump_sqlda(), ecpg_build_params(), ecpg_set_native_sqlda(), and main().
| short* sqlvar_struct::sqlind |
Definition at line 29 of file sqlda-native.h.
Referenced by dump_sqlda(), ecpg_build_params(), and ecpg_set_native_sqlda().
| short sqlvar_struct::sqllen |
Definition at line 27 of file sqlda-native.h.
Referenced by ecpg_set_native_sqlda().
| struct sqlname sqlvar_struct::sqlname |
Definition at line 30 of file sqlda-native.h.
Referenced by dump_sqlda(), ecpg_build_native_sqlda(), and main().
| short sqlvar_struct::sqltype |
Definition at line 26 of file sqlda-native.h.
Referenced by dump_sqlda(), ecpg_build_native_sqlda(), ecpg_build_params(), ecpg_set_native_sqlda(), and main().