39 int stmt_location,
int stmt_len);
void DropPreparedStatement(const char *stmt_name, bool showError)
void PrepareQuery(ParseState *pstate, PrepareStmt *stmt, int stmt_location, int stmt_len)
PreparedStatement * FetchPreparedStatement(const char *stmt_name, bool throwError)
TupleDesc FetchPreparedStatementResultDesc(PreparedStatement *stmt)
void StorePreparedStatement(const char *stmt_name, CachedPlanSource *plansource, bool from_sql)
void ExecuteQuery(ParseState *pstate, ExecuteStmt *stmt, IntoClause *intoClause, ParamListInfo params, DestReceiver *dest, QueryCompletion *qc)
void ExplainExecuteQuery(ExecuteStmt *execstmt, IntoClause *into, ExplainState *es, const char *queryString, ParamListInfo params, QueryEnvironment *queryEnv)
void DropAllPreparedStatements(void)
List * FetchPreparedStatementTargetList(PreparedStatement *stmt)
void DeallocateQuery(DeallocateStmt *stmt)
CachedPlanSource * plansource