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

数据库系统

开发平台:

Unix_Linux

  1. /*-------------------------------------------------------------------------
  2.  *
  3.  * rel2.h
  4.  *
  5.  *
  6.  *
  7.  * Copyright (c) 1994, Regents of the University of California
  8.  *
  9.  * $Id: rel2.h,v 1.8.2.1 1999/07/30 17:07:22 scrappy Exp $
  10.  *
  11.  *-------------------------------------------------------------------------
  12.  */
  13. #ifndef TMP_REL2_H
  14. #define TMP_REL2_H
  15. #include "utils/rel.h"
  16. extern IndexStrategy RelationGetIndexStrategy(Relation relation);
  17. extern void RelationSetIndexSupport(Relation relation, IndexStrategy strategy,
  18. RegProcedure *support);
  19. #endif  /* TMP_REL2_H */