Home
last modified time | relevance | path

Searched defs:PortalData (Results 1 – 25 of 42) sorted by relevance

12

/dports/databases/postgresql14-pltcl/postgresql-14.1/src/include/utils/
H A Dportal.h115 typedef struct PortalData struct
118 const char *name; /* portal's name */
122 void (*cleanup) (Portal portal); /* cleanup hook */
138 List *stmts; /* list of PlannedStmts */
142 QueryEnvironment *queryEnv; /* environment for query */
145 PortalStrategy strategy; /* see above */
146 int cursorOptions; /* DECLARE CURSOR option bits */
147 bool run_once; /* portal will only be run once */
150 PortalStatus status; /* see above */
159 TupleDesc tupDesc; /* descriptor for result tuples */
[all …]
/dports/databases/postgresql14-plperl/postgresql-14.1/src/include/utils/
H A Dportal.h115 typedef struct PortalData struct
118 const char *name; /* portal's name */
122 void (*cleanup) (Portal portal); /* cleanup hook */
138 List *stmts; /* list of PlannedStmts */
142 QueryEnvironment *queryEnv; /* environment for query */
145 PortalStrategy strategy; /* see above */
146 int cursorOptions; /* DECLARE CURSOR option bits */
147 bool run_once; /* portal will only be run once */
150 PortalStatus status; /* see above */
159 TupleDesc tupDesc; /* descriptor for result tuples */
[all …]
/dports/databases/postgresql14-server/postgresql-14.1/src/include/utils/
H A Dportal.h115 typedef struct PortalData struct
118 const char *name; /* portal's name */
122 void (*cleanup) (Portal portal); /* cleanup hook */
138 List *stmts; /* list of PlannedStmts */
142 QueryEnvironment *queryEnv; /* environment for query */
145 PortalStrategy strategy; /* see above */
146 int cursorOptions; /* DECLARE CURSOR option bits */
147 bool run_once; /* portal will only be run once */
150 PortalStatus status; /* see above */
159 TupleDesc tupDesc; /* descriptor for result tuples */
[all …]
/dports/databases/postgresql14-docs/postgresql-14.1/src/include/utils/
H A Dportal.h115 typedef struct PortalData struct
118 const char *name; /* portal's name */
122 void (*cleanup) (Portal portal); /* cleanup hook */
138 List *stmts; /* list of PlannedStmts */
142 QueryEnvironment *queryEnv; /* environment for query */
145 PortalStrategy strategy; /* see above */
146 int cursorOptions; /* DECLARE CURSOR option bits */
147 bool run_once; /* portal will only be run once */
150 PortalStatus status; /* see above */
159 TupleDesc tupDesc; /* descriptor for result tuples */
[all …]
/dports/databases/postgresql14-plpython/postgresql-14.1/src/include/utils/
H A Dportal.h115 typedef struct PortalData struct
118 const char *name; /* portal's name */
122 void (*cleanup) (Portal portal); /* cleanup hook */
138 List *stmts; /* list of PlannedStmts */
142 QueryEnvironment *queryEnv; /* environment for query */
145 PortalStrategy strategy; /* see above */
146 int cursorOptions; /* DECLARE CURSOR option bits */
147 bool run_once; /* portal will only be run once */
150 PortalStatus status; /* see above */
159 TupleDesc tupDesc; /* descriptor for result tuples */
[all …]
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/include/utils/
H A Dportal.h115 typedef struct PortalData struct
118 const char *name; /* portal's name */
122 void (*cleanup) (Portal portal); /* cleanup hook */
138 List *stmts; /* list of PlannedStmts */
142 QueryEnvironment *queryEnv; /* environment for query */
145 PortalStrategy strategy; /* see above */
146 int cursorOptions; /* DECLARE CURSOR option bits */
147 bool run_once; /* portal will only be run once */
150 PortalStatus status; /* see above */
159 TupleDesc tupDesc; /* descriptor for result tuples */
[all …]
/dports/databases/postgresql14-contrib/postgresql-14.1/src/include/utils/
H A Dportal.h115 typedef struct PortalData struct
118 const char *name; /* portal's name */
122 void (*cleanup) (Portal portal); /* cleanup hook */
138 List *stmts; /* list of PlannedStmts */
142 QueryEnvironment *queryEnv; /* environment for query */
145 PortalStrategy strategy; /* see above */
146 int cursorOptions; /* DECLARE CURSOR option bits */
147 bool run_once; /* portal will only be run once */
150 PortalStatus status; /* see above */
159 TupleDesc tupDesc; /* descriptor for result tuples */
[all …]
/dports/databases/postgresql14-client/postgresql-14.1/src/include/utils/
H A Dportal.h115 typedef struct PortalData struct
118 const char *name; /* portal's name */
122 void (*cleanup) (Portal portal); /* cleanup hook */
138 List *stmts; /* list of PlannedStmts */
142 QueryEnvironment *queryEnv; /* environment for query */
145 PortalStrategy strategy; /* see above */
146 int cursorOptions; /* DECLARE CURSOR option bits */
147 bool run_once; /* portal will only be run once */
150 PortalStatus status; /* see above */
159 TupleDesc tupDesc; /* descriptor for result tuples */
[all …]
/dports/databases/postgresql13-server/postgresql-13.5/src/include/utils/
H A Dportal.h115 typedef struct PortalData struct
118 const char *name; /* portal's name */
122 void (*cleanup) (Portal portal); /* cleanup hook */
138 List *stmts; /* list of PlannedStmts */
142 QueryEnvironment *queryEnv; /* environment for query */
145 PortalStrategy strategy; /* see above */
146 int cursorOptions; /* DECLARE CURSOR option bits */
147 bool run_once; /* portal will only be run once */
150 PortalStatus status; /* see above */
159 TupleDesc tupDesc; /* descriptor for result tuples */
[all …]
/dports/databases/postgresql13-client/postgresql-13.5/src/include/utils/
H A Dportal.h115 typedef struct PortalData struct
118 const char *name; /* portal's name */
122 void (*cleanup) (Portal portal); /* cleanup hook */
138 List *stmts; /* list of PlannedStmts */
142 QueryEnvironment *queryEnv; /* environment for query */
145 PortalStrategy strategy; /* see above */
146 int cursorOptions; /* DECLARE CURSOR option bits */
147 bool run_once; /* portal will only be run once */
150 PortalStatus status; /* see above */
159 TupleDesc tupDesc; /* descriptor for result tuples */
[all …]
/dports/databases/postgresql13-docs/postgresql-13.5/src/include/utils/
H A Dportal.h115 typedef struct PortalData struct
118 const char *name; /* portal's name */
122 void (*cleanup) (Portal portal); /* cleanup hook */
138 List *stmts; /* list of PlannedStmts */
142 QueryEnvironment *queryEnv; /* environment for query */
145 PortalStrategy strategy; /* see above */
146 int cursorOptions; /* DECLARE CURSOR option bits */
147 bool run_once; /* portal will only be run once */
150 PortalStatus status; /* see above */
159 TupleDesc tupDesc; /* descriptor for result tuples */
[all …]
/dports/databases/postgresql13-plpython/postgresql-13.5/src/include/utils/
H A Dportal.h115 typedef struct PortalData struct
118 const char *name; /* portal's name */
122 void (*cleanup) (Portal portal); /* cleanup hook */
138 List *stmts; /* list of PlannedStmts */
142 QueryEnvironment *queryEnv; /* environment for query */
145 PortalStrategy strategy; /* see above */
146 int cursorOptions; /* DECLARE CURSOR option bits */
147 bool run_once; /* portal will only be run once */
150 PortalStatus status; /* see above */
159 TupleDesc tupDesc; /* descriptor for result tuples */
[all …]
/dports/databases/postgresql13-plperl/postgresql-13.5/src/include/utils/
H A Dportal.h115 typedef struct PortalData struct
118 const char *name; /* portal's name */
122 void (*cleanup) (Portal portal); /* cleanup hook */
138 List *stmts; /* list of PlannedStmts */
142 QueryEnvironment *queryEnv; /* environment for query */
145 PortalStrategy strategy; /* see above */
146 int cursorOptions; /* DECLARE CURSOR option bits */
147 bool run_once; /* portal will only be run once */
150 PortalStatus status; /* see above */
159 TupleDesc tupDesc; /* descriptor for result tuples */
[all …]
/dports/databases/postgresql11-client/postgresql-11.14/src/include/utils/
H A Dportal.h114 typedef struct PortalData struct
117 const char *name; /* portal's name */
121 void (*cleanup) (Portal portal); /* cleanup hook */
136 List *stmts; /* list of PlannedStmts */
140 QueryEnvironment *queryEnv; /* environment for query */
143 PortalStrategy strategy; /* see above */
144 int cursorOptions; /* DECLARE CURSOR option bits */
145 bool run_once; /* portal will only be run once */
148 PortalStatus status; /* see above */
157 TupleDesc tupDesc; /* descriptor for result tuples */
[all …]
/dports/databases/postgresql11-plperl/postgresql-11.14/src/include/utils/
H A Dportal.h114 typedef struct PortalData struct
117 const char *name; /* portal's name */
121 void (*cleanup) (Portal portal); /* cleanup hook */
136 List *stmts; /* list of PlannedStmts */
140 QueryEnvironment *queryEnv; /* environment for query */
143 PortalStrategy strategy; /* see above */
144 int cursorOptions; /* DECLARE CURSOR option bits */
145 bool run_once; /* portal will only be run once */
148 PortalStatus status; /* see above */
157 TupleDesc tupDesc; /* descriptor for result tuples */
[all …]
/dports/databases/postgresql11-docs/postgresql-11.14/src/include/utils/
H A Dportal.h114 typedef struct PortalData struct
117 const char *name; /* portal's name */
121 void (*cleanup) (Portal portal); /* cleanup hook */
136 List *stmts; /* list of PlannedStmts */
140 QueryEnvironment *queryEnv; /* environment for query */
143 PortalStrategy strategy; /* see above */
144 int cursorOptions; /* DECLARE CURSOR option bits */
145 bool run_once; /* portal will only be run once */
148 PortalStatus status; /* see above */
157 TupleDesc tupDesc; /* descriptor for result tuples */
[all …]
/dports/databases/postgresql11-plpython/postgresql-11.14/src/include/utils/
H A Dportal.h114 typedef struct PortalData struct
117 const char *name; /* portal's name */
121 void (*cleanup) (Portal portal); /* cleanup hook */
136 List *stmts; /* list of PlannedStmts */
140 QueryEnvironment *queryEnv; /* environment for query */
143 PortalStrategy strategy; /* see above */
144 int cursorOptions; /* DECLARE CURSOR option bits */
145 bool run_once; /* portal will only be run once */
148 PortalStatus status; /* see above */
157 TupleDesc tupDesc; /* descriptor for result tuples */
[all …]
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/include/utils/
H A Dportal.h114 typedef struct PortalData struct
117 const char *name; /* portal's name */
121 void (*cleanup) (Portal portal); /* cleanup hook */
136 List *stmts; /* list of PlannedStmts */
140 QueryEnvironment *queryEnv; /* environment for query */
143 PortalStrategy strategy; /* see above */
144 int cursorOptions; /* DECLARE CURSOR option bits */
145 bool run_once; /* portal will only be run once */
148 PortalStatus status; /* see above */
157 TupleDesc tupDesc; /* descriptor for result tuples */
[all …]
/dports/databases/postgresql11-contrib/postgresql-11.14/src/include/utils/
H A Dportal.h114 typedef struct PortalData struct
117 const char *name; /* portal's name */
121 void (*cleanup) (Portal portal); /* cleanup hook */
136 List *stmts; /* list of PlannedStmts */
140 QueryEnvironment *queryEnv; /* environment for query */
143 PortalStrategy strategy; /* see above */
144 int cursorOptions; /* DECLARE CURSOR option bits */
145 bool run_once; /* portal will only be run once */
148 PortalStatus status; /* see above */
157 TupleDesc tupDesc; /* descriptor for result tuples */
[all …]
/dports/databases/postgresql12-client/postgresql-12.9/src/include/utils/
H A Dportal.h114 typedef struct PortalData struct
117 const char *name; /* portal's name */
121 void (*cleanup) (Portal portal); /* cleanup hook */
136 List *stmts; /* list of PlannedStmts */
140 QueryEnvironment *queryEnv; /* environment for query */
143 PortalStrategy strategy; /* see above */
144 int cursorOptions; /* DECLARE CURSOR option bits */
145 bool run_once; /* portal will only be run once */
148 PortalStatus status; /* see above */
157 TupleDesc tupDesc; /* descriptor for result tuples */
[all …]
/dports/databases/postgresql11-server/postgresql-11.14/src/include/utils/
H A Dportal.h114 typedef struct PortalData struct
117 const char *name; /* portal's name */
121 void (*cleanup) (Portal portal); /* cleanup hook */
136 List *stmts; /* list of PlannedStmts */
140 QueryEnvironment *queryEnv; /* environment for query */
143 PortalStrategy strategy; /* see above */
144 int cursorOptions; /* DECLARE CURSOR option bits */
145 bool run_once; /* portal will only be run once */
148 PortalStatus status; /* see above */
157 TupleDesc tupDesc; /* descriptor for result tuples */
[all …]
/dports/databases/postgresql12-plpython/postgresql-12.9/src/include/utils/
H A Dportal.h114 typedef struct PortalData struct
117 const char *name; /* portal's name */
121 void (*cleanup) (Portal portal); /* cleanup hook */
136 List *stmts; /* list of PlannedStmts */
140 QueryEnvironment *queryEnv; /* environment for query */
143 PortalStrategy strategy; /* see above */
144 int cursorOptions; /* DECLARE CURSOR option bits */
145 bool run_once; /* portal will only be run once */
148 PortalStatus status; /* see above */
157 TupleDesc tupDesc; /* descriptor for result tuples */
[all …]
/dports/databases/postgresql12-plperl/postgresql-12.9/src/include/utils/
H A Dportal.h114 typedef struct PortalData struct
117 const char *name; /* portal's name */
121 void (*cleanup) (Portal portal); /* cleanup hook */
136 List *stmts; /* list of PlannedStmts */
140 QueryEnvironment *queryEnv; /* environment for query */
143 PortalStrategy strategy; /* see above */
144 int cursorOptions; /* DECLARE CURSOR option bits */
145 bool run_once; /* portal will only be run once */
148 PortalStatus status; /* see above */
157 TupleDesc tupDesc; /* descriptor for result tuples */
[all …]
/dports/databases/py-pglast/pglast-1.2/libpg_query/src/postgres/include/utils/
H A Dportal.h114 typedef struct PortalData struct
117 const char *name; /* portal's name */
121 void (*cleanup) (Portal portal); /* cleanup hook */
136 List *stmts; /* list of PlannedStmts */
140 QueryEnvironment *queryEnv; /* environment for query */
143 PortalStrategy strategy; /* see above */
144 int cursorOptions; /* DECLARE CURSOR option bits */
145 bool run_once; /* portal will only be run once */
148 PortalStatus status; /* see above */
155 TupleDesc tupDesc; /* descriptor for result tuples */
[all …]
/dports/databases/postgresql10-plperl/postgresql-10.19/src/include/utils/
H A Dportal.h114 typedef struct PortalData struct
117 const char *name; /* portal's name */
121 void (*cleanup) (Portal portal); /* cleanup hook */
136 List *stmts; /* list of PlannedStmts */
140 QueryEnvironment *queryEnv; /* environment for query */
143 PortalStrategy strategy; /* see above */
144 int cursorOptions; /* DECLARE CURSOR option bits */
145 bool run_once; /* portal will only be run once */
148 PortalStatus status; /* see above */
155 TupleDesc tupDesc; /* descriptor for result tuples */
[all …]

12