gooderp18绿色标准版
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

32 rindas
919B

  1. /*-------------------------------------------------------------------------
  2. *
  3. * createas.h
  4. * prototypes for createas.c.
  5. *
  6. *
  7. * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  8. * Portions Copyright (c) 1994, Regents of the University of California
  9. *
  10. * src/include/commands/createas.h
  11. *
  12. *-------------------------------------------------------------------------
  13. */
  14. #ifndef CREATEAS_H
  15. #define CREATEAS_H
  16. #include "catalog/objectaddress.h"
  17. #include "nodes/params.h"
  18. #include "nodes/parsenodes.h"
  19. #include "tcop/dest.h"
  20. #include "utils/queryenvironment.h"
  21. extern ObjectAddress ExecCreateTableAs(CreateTableAsStmt *stmt, const char *queryString,
  22. ParamListInfo params, QueryEnvironment *queryEnv, char *completionTag);
  23. extern int GetIntoRelEFlags(IntoClause *intoClause);
  24. extern DestReceiver *CreateIntoRelDestReceiver(IntoClause *intoClause);
  25. #endif /* CREATEAS_H */
上海开阖软件有限公司 沪ICP备12045867号-1