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

数据库系统

开发平台:

Unix_Linux

  1. /*-------------------------------------------------------------------------
  2.  *
  3.  * parser.h
  4.  *
  5.  *
  6.  *
  7.  * Copyright (c) 1994, Regents of the University of California
  8.  *
  9.  * $Id: parser.h,v 1.5 1999/05/13 07:29:20 tgl Exp $
  10.  *
  11.  *-------------------------------------------------------------------------
  12.  */
  13. #ifndef PARSER_H
  14. #define PARSER_H
  15. #include <parser/parse_node.h>
  16. extern List *parser(char *str, Oid *typev, int nargs);
  17. #endif  /* PARSER_H */