|
PostgreSQL Source Code git master
|
#include <params.h>
Data Fields | |
| Datum | value |
| bool | isnull |
| uint16 | pflags |
| Oid | ptype |
| bool ParamExternData::isnull |
Definition at line 92 of file params.h.
Referenced by BuildParamLogString(), exec_bind_message(), and postquel_sub_params().
| uint16 ParamExternData::pflags |
Definition at line 93 of file params.h.
Referenced by exec_bind_message(), and exec_eval_using_params().
| Oid ParamExternData::ptype |
Definition at line 94 of file params.h.
Referenced by BuildParamLogString(), EstimateParamListSpace(), EvaluateParams(), exec_bind_message(), and SerializeParamList().
| Datum ParamExternData::value |
Definition at line 91 of file params.h.
Referenced by _SPI_convert_params(), BuildParamLogString(), and exec_bind_message().