Welcome![Sign In][Sign Up]
Location:
Search - PMIS3 da

Search list

[ADO-ODBCPMIS3

Description: PMIS--------主程序代码 表示层,负责应用程序的表现形式、用户体验等。 -------DALFactory-----抽象工厂 抽象工厂,用于创建各种数据对象的方法,这里有配置文件和反射的运用。 -------IDAL--------数据接口层(控制是选择什么类型的数据库) 数据操作接口,数据访问层实现其接口并重写它(体现了面向接口的编程思想)。 -------BLL------ 处理应用程序的业务逻辑,被表示层调用。 -------Model-------构造模型(对应数据库字段) Model程序集,存放实体类,用于数据访问层和逻辑层调用 -------SQLServerDAL----SQLServer数据访问层 数据访问层,实现具体的select、update、delete....操作,重写IDAL接口。 -------OracleDAL----Oracle数据访问层 数据访问层,实现具体的select、update、delete....操作,重写IDAL接口。 -------DBUtility----公共数据访问层 数据处理层,实现具体的ExecuteReader,ExecuteDataTable,ExecuteNonQuery等。 -------Utility----公共层 实现从配置文件中读取数据库联接字符串。-PMIS-------- main program code Layer, is responsible for application forms, user experience. ------- DALFactory----- Abstract Factory Abstract factory for creating a variety of methods of data objects, there are configuration files and the use of reflection. ------- IDAL-------- data interface layer (control is to choose what type of database) Data manipulation interface, data access layer to achieve its interface and rewrite it (embodied ideas for programming interface). ------- BLL------ Processing application s business logic layer to be called. ------- Model------- structure model (corresponding to database fields) Model assembly, storage entity class for data access layer and logical layer calls ------- SQLServerDAL---- SQLServer data access layer Data access layer, to achieve specific select, update, delete .... operation, rewritten IDAL interfaces. ------- OracleDAL---- Oracle Data Access Layer Data access layer, to achieve specific select,
Platform: | Size: 375808 | Author: 张学友 | Hits:

CodeBus www.codebus.net