博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2009年9月20日

摘要: 索引表索引表(index-by tables)有点类似数据库表,它由两列组成(key和value)。它的Key值类型是binary_integer,value类型就是在定义中指定的类型。和数据库表不同的是它是保存在内存中的表。定义索引表:Type type_name is table of element_type [not null]index by binary_integer;type_na... 阅读全文

posted @ 2009-09-20 09:58 lynstone 阅读(192) 评论(0) 推荐(0)