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

数据库系统

开发平台:

Unix_Linux

  1. /*-------------------------------------------------------------------------
  2.  *
  3.  * sets.h
  4.  *
  5.  *
  6.  *
  7.  * Copyright (c) 1994, Regents of the University of California
  8.  *
  9.  * $Id: sets.h,v 1.5 1999/02/13 23:22:31 momjian Exp $
  10.  *
  11.  *-------------------------------------------------------------------------
  12.  */
  13. #ifndef SETS_H
  14. #define SETS_H
  15. /* Temporary name of set, before SetDefine changes it. */
  16. #define GENERICSETNAME "zyxset"
  17. extern Oid SetDefine(char *querystr, char *typename);
  18. extern int seteval(Oid funcoid);
  19. #endif  /* SETS_H */