explain.h
来自「关系型数据库 Postgresql 6.5.2」· C头文件 代码 · 共 21 行
H
21 行
/*------------------------------------------------------------------------- * * explain.h * prototypes for explain.c * * Copyright (c) 1994-5, Regents of the University of California * * $Id: explain.h,v 1.8.2.1 1999/07/30 18:52:56 scrappy Exp $ * *------------------------------------------------------------------------- */#ifndef EXPLAIN_H#define EXPLAIN_H#include "nodes/parsenodes.h"#include "tcop/dest.h"extern void ExplainQuery(Query *query, bool verbose, CommandDest dest);#endif /* EXPLAIN_H */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?