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

数据库系统

开发平台:

Unix_Linux

  1. /*-------------------------------------------------------------------------
  2.  *
  3.  * recipe.h
  4.  *   recipe handling routines
  5.  *
  6.  * Copyright (c) 1994, Regents of the University of California
  7.  *
  8.  * $Id: recipe.h,v 1.1 1999/02/24 17:29:00 momjian Exp $
  9.  *
  10.  *-------------------------------------------------------------------------
  11.  */
  12. #ifndef RECIPE_H
  13. #define RECIPE_H
  14. #include "nodes/parsenodes.h"
  15. extern void beginRecipe(RecipeStmt *stmt);
  16. #endif  /* RECIPE_H */