1 / 64
文档名称:

毕业设计(论文)-面向对象的数据建模--数据筛选接口的设计.doc

格式:doc   页数:64
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

毕业设计(论文)-面向对象的数据建模--数据筛选接口的设计.doc

上传人:3346389411 2013/4/3 文件大小:0 KB

下载得到文件列表

毕业设计(论文)-面向对象的数据建模--数据筛选接口的设计.doc

文档介绍

文档介绍:学位论文
面向对象的数据建模
——数据筛选接口的设计
论文作者姓名:
申请学位专业:
申请学位类别:
指导教师姓名(职称):
论文提交日期:

面向对象的数据建模
——数据筛选接口的设计
摘要
《WISE系统》是一个功能强大的数据处理系统。它应用于某公司,此公司由于行业的关系需要它去处理庞大的数据,这些数据每天都在以上百万条甚至上亿条的数量在增加。因此它需要处理海量的数据,它的其中一个比较重要的功能是根据复杂并且灵活的条件筛选出适当的数据返回给客户。本论文主要讲述了如何针对数据筛选条件比较复杂并且比较灵活这一需求,在做了详尽的需求分析之后,进行了一系列的设计,包括解决方案的设计,数据建模,PL/SQL程序设计,最终完成整个数据筛选接口的设计。在整个数据筛选接口的设计中,在传统的关系性数据库的基础上,会尝试着应用一些面向对象的思想去设计。尤其在数据建模阶段,通过传统的数据模型之间的关系,例如主外键关系,实现了一些重要的面向对象的思想。
关键字:数据筛选;面向对象;数据建模;PL/SQL
Implement the Object Oriented thinking in the project to data modeling
——the design about the API to filter data
Abstract
《The WISE system》 is a powerful system for data processing .It is applied in pany which needs to use this system to process huge amount data. And these data will be increased by millions or hundreds millions. So it needs to process the huge amount data .One of its important function is return the right data to client filtered by plex and flexible conditions. The most content of the paper talks about how to finish the total design for the requirement which is the conditions to filter data can plex and flexible. The entire design will include the design of project to solve problem, the design about data modeling, and the design about PL/SQL program. Finally the all designs to implement the interface for filtering the data are finished .We will try implementing the object oriented thinking to design on the base of the relational database in the process to finish all the design. Especially in the process to implement data modeling, we will implement some important object oriented thinking by some relations among traditional data models, such as PK or FK relationship.
Key words: data filtration;object oriented;data modeling;PL/SQL
目录
论文总页数:24页
1 引言 1
2 开发概述 1
3 需求分析 1
需求调研 1
开发运行环境 3
4 解决方案的设计 3
5 数据建模 8
数据模型的建立 8
数据库表结构的设计 9
数据库基础视图的设计 11
6 PL/SQL程序设计 12
结论 22
参考文献 22
致谢 23
声明 24
1 引言
当今社会,某些行业的数据量越来越庞大,每天都在以上百万条甚至上亿条的数量在增加,因此对这些行业的数据处理系统的性能要求也越来越高。这些要求