explain.h
上传用户:blenddy
上传日期:2007-01-07
资源大小:6495k
文件大小:1k
源码类别:

数据库系统

开发平台:

Unix_Linux

  1. /*-------------------------------------------------------------------------
  2.  *
  3.  * explain.h
  4.  *   prototypes for explain.c
  5.  *
  6.  * Copyright (c) 1994-5, Regents of the University of California
  7.  *
  8.  * $Id: explain.h,v 1.8.2.1 1999/07/30 18:52:56 scrappy Exp $
  9.  *
  10.  *-------------------------------------------------------------------------
  11.  */
  12. #ifndef EXPLAIN_H
  13. #define EXPLAIN_H
  14. #include "nodes/parsenodes.h"
  15. #include "tcop/dest.h"
  16. extern void ExplainQuery(Query *query, bool verbose, CommandDest dest);
  17. #endif  /* EXPLAIN_H */